diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:32:38 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:32:38 +0100 |
commit | dbc571690ec4123e4e9fd6e731d8bdfa77b0d90e (patch) | |
tree | fecef845336efff77fc288859e19e7e62b910a13 /arch/mips | |
parent | ec917c2c1ab4359a1d438e62daeb50cc42e632e1 (diff) | |
download | linux-dbc571690ec4123e4e9fd6e731d8bdfa77b0d90e.tar.bz2 |
Fix wrong comment.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-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 |