diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-13 07:15:55 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-13 07:15:55 -0500 |
commit | 999c7880cc8eeb0cbe6610b8c6d0ab0ec51cd848 (patch) | |
tree | 9e1b37d3325d92ee4da1f9b998cff8f3c1ff6c11 /arch/x86/include/asm/pgtable.h | |
parent | b233969eaa98c7b339d955fe25a58bf6bf25739a (diff) |
x86 headers: remove duplicate pud_large() definition
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/pgtable.h')
-rw-r--r-- | arch/x86/include/asm/pgtable.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/include/asm/pgtable.h b/arch/x86/include/asm/pgtable.h index 62024ff897d9..1c097a3a6669 100644 --- a/arch/x86/include/asm/pgtable.h +++ b/arch/x86/include/asm/pgtable.h | |||
@@ -387,13 +387,6 @@ static inline unsigned long pages_to_mb(unsigned long npg) | |||
387 | #define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \ | 387 | #define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \ |
388 | remap_pfn_range(vma, vaddr, pfn, size, prot) | 388 | remap_pfn_range(vma, vaddr, pfn, size, prot) |
389 | 389 | ||
390 | #if PAGETABLE_LEVELS == 2 | ||
391 | static inline int pud_large(pud_t pud) | ||
392 | { | ||
393 | return 0; | ||
394 | } | ||
395 | #endif | ||
396 | |||
397 | #if PAGETABLE_LEVELS > 2 | 390 | #if PAGETABLE_LEVELS > 2 |
398 | static inline int pud_none(pud_t pud) | 391 | static inline int pud_none(pud_t pud) |
399 | { | 392 | { |