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:
2551aeb
)
MIPS: Remove unused empty_bad_pmd_table[] declaration.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 11 Oct 2012 09:14:12 +0000
(11:14 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 11 Oct 2012 09:14:12 +0000
(11:14 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/pgtable-64.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/include/asm/pgtable-64.h
b/arch/mips/include/asm/pgtable-64.h
index 55908fd56b1fc66ed5fe99d61bc54b8a243a1159..c26e182500799b7ba6cf97b2ef540f6feb82b6c8 100644
(file)
--- a/
arch/mips/include/asm/pgtable-64.h
+++ b/
arch/mips/include/asm/pgtable-64.h
@@
-162,7
+162,6
@@
typedef struct { unsigned long pmd; } pmd_t;
extern pmd_t invalid_pmd_table[PTRS_PER_PMD];
-extern pmd_t empty_bad_pmd_table[PTRS_PER_PMD];
#endif
/*