commit | 497d2adcbf50bccec6c56620d61d77429d23993a | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Fri Jun 06 14:23:06 2008 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Jun 16 15:14:46 2008 +0100 |
tree | 21d14e05e96f199156e10996fe61e511c0bf5698 | |
parent | 066519068ad2fbe98c7f45552b1f592903a9c8c8 [diff] |
[MIPS] Export empty_zero_page for sake of the ext4 module. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c index ecd562d2..137c14b 100644 --- a/arch/mips/mm/init.c +++ b/arch/mips/mm/init.c
@@ -71,6 +71,7 @@ * 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