diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 20:32:38 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 20:32:38 +0200 |
commit | dbc571690ec4123e4e9fd6e731d8bdfa77b0d90e (patch) | |
tree | fecef845336efff77fc288859e19e7e62b910a13 /arch/mips/mm/init.c | |
parent | Fixup a few lose ends in explicit support for MIPS R1/R2. (diff) | |
download | linux-dbc571690ec4123e4e9fd6e731d8bdfa77b0d90e.tar.xz linux-dbc571690ec4123e4e9fd6e731d8bdfa77b0d90e.zip |
Fix wrong comment.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '')
-rw-r--r-- | arch/mips/mm/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c index 5e1967f14255..f75ab748e8cd 100644 --- a/arch/mips/mm/init.c +++ b/arch/mips/mm/init.c @@ -131,7 +131,7 @@ void __init fixrange_init(unsigned long start, unsigned long end, j = 0; } } -#endif /* CONFIG_64BIT */ +#endif /* CONFIG_32BIT */ #endif /* CONFIG_HIGHMEM */ #ifndef CONFIG_NEED_MULTIPLE_NODES |