#
2434bdc4 |
| 08-Jun-2010 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
* Introduced global variable gX86PagingMethod, so the paging method can be accessed from anywhere. Added static X86PagingMethod32Bit::Method() returning it as the subtype pointer -- to be used in
* Introduced global variable gX86PagingMethod, so the paging method can be accessed from anywhere. Added static X86PagingMethod32Bit::Method() returning it as the subtype pointer -- to be used in the code related to that method only, of course. * Made a bunch of static variables non-static members of X86PagingMethod32Bit and added accessors for them. This makes them accessible in other source files (allowing for more refactoring) and saves memory, when we actually have another paging method implementation.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37062 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|