X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-frv%2Fbug.h;h=6b1b44d71028f9573d53372e23e5b361ff7ddfa9;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=011860b288187de259001451400eed7e0b1c4437;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-frv/bug.h b/include/asm-frv/bug.h index 011860b28..6b1b44d71 100644 --- a/include/asm-frv/bug.h +++ b/include/asm-frv/bug.h @@ -11,8 +11,9 @@ #ifndef _ASM_BUG_H #define _ASM_BUG_H -#include +#include +#ifdef CONFIG_BUG /* * Tell the user there is some problem. */ @@ -45,6 +46,7 @@ do { \ #define HAVE_ARCH_KGDB_BAD_PAGE #define kgdb_bad_page(page) do { kgdb_raise(SIGABRT); } while(0) #endif +#endif #include