[PATCH] iSeries buildbreak fix

Jake Moilanen moilanen at austin.ibm.com
Fri Jan 28 03:24:04 EST 2005


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.

Jake

Signed-off-by: Jake Moilanen <moilanen at austin.ibm.com>

---


diff -puN arch/ppc64/Kconfig.debug~xmon-off-iSeries arch/ppc64/Kconfig.debug
--- linux-2.6-bk/arch/ppc64/Kconfig.debug~xmon-off-iSeries	Thu Jan 27 10:15:00 2005
+++ linux-2.6-bk-moilanen/arch/ppc64/Kconfig.debug	Thu Jan 27 10:16:23 2005
@@ -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.

_



More information about the Linuxppc64-dev mailing list