diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2009-02-05 11:31:11 -0800 |
---|---|---|
committer | Jeremy Fitzhardinge <jeremy@goop.org> | 2009-02-06 12:31:50 -0800 |
commit | 99510238bb428091e7caba020bc5e18b5f30b619 (patch) | |
tree | 6b6080beb83ad75d63b378e1ea7050a015269e50 /arch/x86/include/asm/pgtable_32.h | |
parent | a61bb29af47b0e4052566d25f3391894306a23fd (diff) | |
download | blackbird-op-linux-99510238bb428091e7caba020bc5e18b5f30b619.tar.gz blackbird-op-linux-99510238bb428091e7caba020bc5e18b5f30b619.zip |
x86: unify pmd_bad
Impact: cleanup
Unify and demacro pmd_bad.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'arch/x86/include/asm/pgtable_32.h')
-rw-r--r-- | arch/x86/include/asm/pgtable_32.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/pgtable_32.h b/arch/x86/include/asm/pgtable_32.h index ad7830bdc9ac..5362632df75b 100644 --- a/arch/x86/include/asm/pgtable_32.h +++ b/arch/x86/include/asm/pgtable_32.h @@ -85,8 +85,6 @@ extern void set_pmd_pfn(unsigned long, unsigned long, pgprot_t); /* The boot page tables (all created as a single array) */ extern unsigned long pg0[]; -#define pmd_bad(x) ((pmd_val(x) & (PTE_FLAGS_MASK & ~_PAGE_USER)) != _KERNPG_TABLE) - #define pages_to_mb(x) ((x) >> (20-PAGE_SHIFT)) #ifdef CONFIG_X86_PAE |