]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Fix compiler warning for the relocatable kernel
authorMichael Neuling <mikey@neuling.org>
Wed, 22 Oct 2008 19:39:49 +0000 (19:39 +0000)
committerPaul Mackerras <paulus@samba.org>
Fri, 31 Oct 2008 05:11:54 +0000 (16:11 +1100)
commit31ea79371a614c54b41f7442120a808248fe4690
treebf05e54dc522ce02ad48ec41e5c0c636cdc24141
parent91a43319e36a1e18215dfa8a9a8d5e26fd2db468
powerpc: Fix compiler warning for the relocatable kernel

Fixes this warning:
 arch/powerpc/kernel/setup_64.c:447:5: warning: "kernstart_addr" is not defined

which arises because PHYSICAL_START is no longer a constant when
CONFIG_RELOCATABLE=y.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/setup_64.c