projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
336ec13
)
powerpc/simpleboot: fix comment
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Sun, 29 Jun 2014 10:21:36 +0000
(12:21 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 26 Aug 2014 07:35:57 +0000
(09:35 +0200)
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: linuxppc-dev@lists.ozlabs.org
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/powerpc/boot/simpleboot.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/boot/simpleboot.c
b/arch/powerpc/boot/simpleboot.c
index 21cd48074ec8c61ae9bfb20424ea250ef1ffe6bb..9f8c678f0d9a52b3515b1b6cf5035950417f3ddc 100644
(file)
--- a/
arch/powerpc/boot/simpleboot.c
+++ b/
arch/powerpc/boot/simpleboot.c
@@
-61,7
+61,7
@@
void platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
if (*reg++ != 0)
fatal("Memory range is not based at address 0\n");
- /* get the memsize and trucate it to under 4G on 32 bit machines */
+ /* get the memsize and tru
n
cate it to under 4G on 32 bit machines */
memsize64 = 0;
for (i = 0; i < *ns; i++)
memsize64 = (memsize64 << 32) | *reg++;