projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b233969
)
x86 headers: remove duplicate pud_large() definition
author
Ingo Molnar
<mingo@elte.hu>
Fri, 13 Feb 2009 12:15:55 +0000
(13:15 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 13 Feb 2009 12:15:55 +0000
(13:15 +0100)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/pgtable.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/include/asm/pgtable.h
b/arch/x86/include/asm/pgtable.h
index 62024ff897d9aa2bdc379a88af012a0d7c4137f1..1c097a3a6669345e8dcbaa3f9a166c1a34e4740e 100644
(file)
--- 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)
#define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \
remap_pfn_range(vma, vaddr, pfn, size, prot)
-#if PAGETABLE_LEVELS == 2
-static inline int pud_large(pud_t pud)
-{
- return 0;
-}
-#endif
-
#if PAGETABLE_LEVELS > 2
static inline int pud_none(pud_t pud)
{