From: Anton Blanchard Date: Mon, 7 Nov 2005 08:05:31 +0000 (+1100) Subject: [PATCH] ppc64: remove some direct xmon calls X-Git-Tag: v2.6.15-rc1~421^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=570142ca37248291c03df9852a5a0ce97f756464;p=pandora-kernel.git [PATCH] ppc64: remove some direct xmon calls Even though we can enable and disable xmon at runtime now, there are a few places in the merge tree that call xmon and xmon_printf directly. In the case below we call die() which will call xmon if it is enabled. Also remove an unnecessary include of xmon.h in smp.c. Signed-off-by: Anton Blanchard Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed