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:
0665190
)
[MIPS] Export empty_zero_page for sake of the ext4 module.
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 6 Jun 2008 13:23:06 +0000
(14:23 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 16 Jun 2008 14:14:46 +0000
(15:14 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/init.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/mm/init.c
b/arch/mips/mm/init.c
index ecd562d2c348908f4e2fade35c72733d58909ef5..137c14bafd6b55932e793017f02bda315dea12b5 100644
(file)
--- a/
arch/mips/mm/init.c
+++ b/
arch/mips/mm/init.c
@@
-71,6
+71,7
@@
DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
* don't have to care about aliases on other CPUs.
*/
unsigned long empty_zero_page, zero_page_mask;
+EXPORT_SYMBOL_GPL(empty_zero_page);
/*
* Not static inline because used by IP27 special magic initialization code