aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2008-10-31 21:34:09 +1100
committerPaul Mackerras <paulus@samba.org>2008-10-31 21:34:09 +1100
commitebdba9af940d63e469dc8e46b4aa1fc474e8ee2d (patch)
treeb17fb7f5de11c2604aa764b08ad6930528d3bfaa /security
parentpowerpc: Fix format string warning in arch/powerpc/boot/main.c (diff)
downloadlinux-dev-ebdba9af940d63e469dc8e46b4aa1fc474e8ee2d.tar.xz
linux-dev-ebdba9af940d63e469dc8e46b4aa1fc474e8ee2d.zip
powerpc: Fix compile errors with CONFIG_BUG=n
This makes sure we don't try to call find_bug or is_warning_bug when CONFIG_BUG=n and CONFIG_XMON=y. Otherwise we get these errors: arch/powerpc/xmon/xmon.c: In function ‘print_bug_trap’: arch/powerpc/xmon/xmon.c:1364: error: implicit declaration of function ‘find_bug’ arch/powerpc/xmon/xmon.c:1364: warning: assignment makes pointer from integer without a cast arch/powerpc/xmon/xmon.c:1367: error: implicit declaration of function ‘is_warning_bug’ arch/powerpc/xmon/xmon.c:1374: error: dereferencing pointer to incomplete type make[2]: *** [arch/powerpc/xmon/xmon.o] Error 1 make[1]: *** [arch/powerpc/xmon] Error 2 make: *** [sub-make] Error 2 Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions