Changed to 64 bit physical addresses for x86. This enabled PAE support.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37233 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2010-06-23 16:10:08 +00:00
parent 2a25d16d33
commit f3eead13e4

View File

@ -20,8 +20,7 @@
#ifdef __INTEL__
# define __HAIKU_ARCH x86
# define __HAIKU_ARCH_X86 1
/*# define __HAIKU_ARCH_PHYSICAL_BITS 64*/
/* enables PAE */
# define __HAIKU_ARCH_PHYSICAL_BITS 64
#elif __x86_64__
# define __HAIKU_ARCH x86_64
# define __HAIKU_ARCH_X86_64 1