lkml.org 
[lkml]   [2005]   [Feb]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
Subjectasm-m32r/bug.h (was Re: )
From
Hi,

There is no special reason at this moment.
Please apply this patch.

Thank you.


From: Daniel Dickman <didickman@yahoo.com>
Date: Sun, 13 Feb 2005 00:24:13 -0800 (PST)
> For the m32r architecture, is there a reason not to use the generic bug.h
> definition?
>
> Signed-off-by: Daniel Dickman <didickman@yahoo.com>
>
> --- linux-2.6.11-rc4/include/asm-m32r/bug.h 2004-12-24 16:34:01.000000000
> -0500
> +++ linux/include/asm-m32r/bug.h 2005-02-13 03:39:39.775236000 -0500
> @@ -1,22 +1,4 @@
> #ifndef _M32R_BUG_H
> #define _M32R_BUG_H
> -
> -#define BUG() do { \
> - printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
> -} while (0)
> -
> -#define PAGE_BUG(page) do { BUG(); } while (0)
> -
> -#define BUG_ON(condition) \
> - do { if (unlikely((condition)!=0)) BUG(); } while(0)
> -
> -#define WARN_ON(condition) do { \
> - if (unlikely((condition)!=0)) { \
> - printk("Badness in %s at %s:%d\n", __FUNCTION__, \
> - __FILE__, __LINE__); \
> - dump_stack(); \
> - } \
> -} while (0)
> -
> -#endif /* _M32R_BUG_H */
> -
> +#include <asm-generic/bug.h>
> +#endif
>
--
Hirokazu Takata <takata@linux-m32r.org>
Linux/M32R Project: http://www.linux-m32r.org/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:10    [W:7.137 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site