|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Remove xen specific bug() implementation -- the regular
# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID 6375713d0e4147d44eab4998c9ba81d2c5b06ea3
# Parent 934470721c46e85651a364ab5d8369e8fde8798d
Remove xen specific bug() implementation -- the regular one works just fine.
From: "Jan Beulich" <JBeulich@xxxxxxxxxx>
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>
diff -r 934470721c46 -r 6375713d0e41
linux-2.6-xen-sparse/include/asm-xen/asm-i386/bug.h
--- a/linux-2.6-xen-sparse/include/asm-xen/asm-i386/bug.h Wed Dec 21
19:18:19 2005
+++ /dev/null Thu Dec 22 14:50:06 2005
@@ -1,16 +0,0 @@
-#ifndef _I386_BUG_H
-#define _I386_BUG_H
-
-#include <linux/config.h>
-
-#define BUG() do { \
- printk("kernel BUG at %s:%d (%s)!\n", \
- __FILE__, __LINE__, __FUNCTION__); \
- dump_stack(); \
- panic("BUG!"); \
-} while (0)
-#define HAVE_ARCH_BUG
-
-#include <asm-generic/bug.h>
-
-#endif
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Remove xen specific bug() implementation -- the regular one works just fine.,
Xen patchbot -unstable <=
|
|
|
|
|