summaryrefslogtreecommitdiff
path: root/kernel/power/main.c
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2007-07-27 03:35:43 (GMT)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-29 02:53:36 (GMT)
commita8a11f06973fa63ad692a8f97694cb5eeb70b3f3 (patch)
treed26b297464d413f7b7d05bc80c76d66743865d2a /kernel/power/main.c
parentdfbab7540569679a91cf43208eff4ef3f4500a5f (diff)
downloadlinux-fsl-qoriq-a8a11f06973fa63ad692a8f97694cb5eeb70b3f3.tar.xz
Fix lguest bzImage loading with CONFIG_RELOCATABLE=y
Jason Yeh sent his crashing .config: bzImages made with CONFIG_RELOCATABLE=y put the relocs where the BSS is expected, and we crash with unusual results such as: lguest: unhandled trap 14 at 0xc0122ae1 (0xa9) Relying on BSS being zero was merely laziness on my part, and unfortunately, lguest doesn't go through the normal startup path (which does this in asm). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/power/main.c')
0 files changed, 0 insertions, 0 deletions