Commit 9377f2f4 authored by Jake Moilanen's avatar Jake Moilanen Committed by Linus Torvalds

[PATCH] ppc64: iSeries buildbreak fix

Looks like a build break on iSeries after the xmon-dabr patch:

	arch/ppc64/xmon/xmon.c:632: undefined reference to `.plpar_hcall_norets'

Since iSeries cannot use xmon, a simple fix is to turn it off.
Signed-off-by: default avatarJake Moilanen <moilanen@austin.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 1e4e3efe
......@@ -34,7 +34,7 @@ config DEBUGGER
config XMON
bool "Include xmon kernel debugger"
depends on DEBUGGER
depends on DEBUGGER && !PPC_ISERIES
help
Include in-kernel hooks for the xmon kernel monitor/debugger.
Unless you are intending to debug the kernel, say N here.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment