commit | b160544cccb403310cf38ddb3ebc156ea454848a | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Wed Oct 22 19:39:49 2008 +0000 |
committer | Paul Mackerras <paulus@samba.org> | Fri Oct 31 16:11:54 2008 +1100 |
tree | bf05e54dc522ce02ad48ec41e5c0c636cdc24141 | |
parent | 2a4b9c5af82035c591adca951a9af1665ad1a2b0 [diff] |
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>