diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2009-02-05 14:31:12 -0500 |
---|---|---|
committer | Jeremy Fitzhardinge <jeremy@goop.org> | 2009-02-06 15:31:51 -0500 |
commit | cc290ca38cc4c78b0d6175633232f05b8d8732ab (patch) | |
tree | 4adcd8b37d41be0206140e7302d5035474b7f586 /arch/x86/include/asm/pgtable_32.h | |
parent | 99510238bb428091e7caba020bc5e18b5f30b619 (diff) |
x86: unify pages_to_mb
Impact: cleanup
Unify and demacro pages_to_mb.
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 5362632df75b..10c71abae075 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); | |||
85 | /* The boot page tables (all created as a single array) */ | 85 | /* The boot page tables (all created as a single array) */ |
86 | extern unsigned long pg0[]; | 86 | extern unsigned long pg0[]; |
87 | 87 | ||
88 | #define pages_to_mb(x) ((x) >> (20-PAGE_SHIFT)) | ||
89 | |||
90 | #ifdef CONFIG_X86_PAE | 88 | #ifdef CONFIG_X86_PAE |
91 | # include <asm/pgtable-3level.h> | 89 | # include <asm/pgtable-3level.h> |
92 | #else | 90 | #else |