diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2009-02-05 14:31:08 -0500 |
---|---|---|
committer | Jeremy Fitzhardinge <jeremy@goop.org> | 2009-02-06 15:31:50 -0500 |
commit | 3f6cbef1d7f474d16f3a824c6d2910d930778fbd (patch) | |
tree | 6c49be281129cdbf46ae4b7669fa7faf247bbd5f /arch/x86/include/asm/pgtable_32.h | |
parent | 3fbc2444f465710cdf0c832461a6a14338437453 (diff) |
x86: unify pud_large
Impact: cleanup
Unify and demacro pud_large.
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 133fc4e4529a..ad7830bdc9ac 100644 --- a/arch/x86/include/asm/pgtable_32.h +++ b/arch/x86/include/asm/pgtable_32.h | |||
@@ -95,8 +95,6 @@ extern unsigned long pg0[]; | |||
95 | # include <asm/pgtable-2level.h> | 95 | # include <asm/pgtable-2level.h> |
96 | #endif | 96 | #endif |
97 | 97 | ||
98 | static inline int pud_large(pud_t pud) { return 0; } | ||
99 | |||
100 | #if defined(CONFIG_HIGHPTE) | 98 | #if defined(CONFIG_HIGHPTE) |
101 | #define pte_offset_map(dir, address) \ | 99 | #define pte_offset_map(dir, address) \ |
102 | ((pte_t *)kmap_atomic_pte(pmd_page(*(dir)), KM_PTE0) + \ | 100 | ((pte_t *)kmap_atomic_pte(pmd_page(*(dir)), KM_PTE0) + \ |