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:
683e3ab
)
[POWERPC] ps3: Fix section mismatch in ps3/setup.c
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Tue, 31 Jul 2007 07:22:00 +0000
(17:22 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 3 Aug 2007 09:36:00 +0000
(19:36 +1000)
WARNING: vmlinux.o(.text+0x605d4): Section mismatch: reference to
.init.text:.__alloc_bootmem (between '.prealloc' and '.ps3_power_save')
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/ps3/setup.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/platforms/ps3/setup.c
b/arch/powerpc/platforms/ps3/setup.c
index aa05288de64e13b89aadecc06191ea08b474c7bc..2952b22f1c8489945d1607487fe14211c59d85c5 100644
(file)
--- a/
arch/powerpc/platforms/ps3/setup.c
+++ b/
arch/powerpc/platforms/ps3/setup.c
@@
-109,7
+109,7
@@
static void ps3_panic(char *str)
#if defined(CONFIG_FB_PS3) || defined(CONFIG_FB_PS3_MODULE) || \
defined(CONFIG_PS3_FLASH) || defined(CONFIG_PS3_FLASH_MODULE)
-static void prealloc(struct ps3_prealloc *p)
+static void
__init
prealloc(struct ps3_prealloc *p)
{
if (!p->size)
return;