aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mm/init.c')
-rw-r--r--arch/mips/mm/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c
index 15aa1902a78..4d72aabe835 100644
--- a/arch/mips/mm/init.c
+++ b/arch/mips/mm/init.c
@@ -294,7 +294,7 @@ void __init fixrange_init(unsigned long start, unsigned long end,
294} 294}
295 295
296#ifndef CONFIG_NEED_MULTIPLE_NODES 296#ifndef CONFIG_NEED_MULTIPLE_NODES
297static int __init page_is_ram(unsigned long pagenr) 297int page_is_ram(unsigned long pagenr)
298{ 298{
299 int i; 299 int i;
300 300