projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dc4bf3
)
MIPS: Fix info about plat_setup in arch_mem_init comment
author
Rafał Miłecki
<
[email protected]
>
Wed, 3 Sep 2014 05:36:51 +0000
(07:36 +0200)
committer
Ralf Baechle
<
[email protected]
>
Mon, 24 Nov 2014 06:44:04 +0000
(07:44 +0100)
Signed-off-by: Rafał Miłecki <
[email protected]
>
Cc:
[email protected]
Patchwork: https://patchwork.linux-mips.org/patch/7607/
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/kernel/setup.c
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/setup.c
b/arch/mips/kernel/setup.c
index d21ec57b6e952046db450d48929161b76b0710e3..083c3c2895771068e94ec7065a6bda3ec618e7a5 100644
(file)
--- 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.
*/