Definition for CR4 PAE bit.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37073 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2010-06-09 21:21:48 +00:00
parent 641b3c82df
commit 9e101ddfcc
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@
#define IA32_FEATURE_AMD_EXT_3DNOW (1 << 31) // 3DNow!
// cr4 flags
#define IA32_CR4_PAE (1UL << 5)
#define IA32_CR4_GLOBAL_PAGES (1UL << 7)
// Memory type ranges