Skip to content
Snippets Groups Projects
Commit a70d4393 authored by Jakub Bogusz's avatar Jakub Bogusz Committed by Linus Torvalds
Browse files

[PATCH] ppc32: don't recursively crash in die() on CHRP/PReP machines


This patch avoids recursive crash (leading to kernel stack overflow) in
die() on CHRP/PReP machines when CONFIG_PMAC_BACKLIGHT=y.  set_backlight_*
functions are placed in pmac section, which is discarded when _machine !=
_MACH_Pmac.

Signed-off-by: default avatarJakub Bogusz <qboosh@pld-linux.org>
Acked-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ba8c6d53
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment