From: Jan-Benedict G. <jb...@he...> - 2007-09-13 20:22:37
|
include/asm-vax/bug.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) New commits: commit 4d2d10d64c3fa4b510ff08251a9e357d09451c29 gitweb-commit: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commit;h=4d2d10d64c3fa4b510ff08251a9e357d09451c29 gitweb-diff: http://www.kernel.org/git/?p=linux/kernel/git/jbglaw/vax-linux.git;a=commitdiff;h=4d2d10d64c3fa4b510ff08251a9e357d09451c29 Author: Maciej W. Rozycki <ma...@li...> Date: Mon Sep 10 12:48:43 2007 +0100 bug.h: Make HAVE_ARCH_BUG depend on CONFIG_BUG With CONFIG_BUG undefined BUG() is meant to expand to nil. For this the generic version is good enough. While at it fix formatting and make the message output consistent with the generic version. Signed-off-by: Maciej W. Rozycki <ma...@li...> Signed-off-by: Jan-Benedict Glaw <jb...@jb...> |