summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/setup.c
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2014-09-03 07:36:51 +0200
committerRalf Baechle <ralf@linux-mips.org>2014-11-24 07:44:04 +0100
commit7f0dd7683c4d7e01dc99d8922190af6bcc9a0860 (patch)
treeced23c332bc78d3379147ae074c5a3dfead0fab6 /arch/mips/kernel/setup.c
parent3dc4bf310a5c74eefb23af026034cce2a584296e (diff)
downloadop-kernel-dev-7f0dd7683c4d7e01dc99d8922190af6bcc9a0860.zip
op-kernel-dev-7f0dd7683c4d7e01dc99d8922190af6bcc9a0860.tar.gz
MIPS: Fix info about plat_setup in arch_mem_init comment
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/7607/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/setup.c')
-rw-r--r--arch/mips/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c
index d21ec57..083c3c2 100644
--- a/arch/mips/kernel/setup.c
+++ b/arch/mips/kernel/setup.c
@@ -485,7 +485,7 @@ static void __init bootmem_init(void)
* NOTE: historically plat_mem_setup did the entire platform initialization.
* This was rather impractical because it meant plat_mem_setup had to
* get away without any kind of memory allocator. To keep old code from
- * breaking plat_setup was just renamed to plat_setup and a second platform
+ * breaking plat_setup was just renamed to plat_mem_setup and a second platform
* initialization hook for anything else was introduced.
*/
OpenPOWER on IntegriCloud