tree 2f8a7b8b126118aebdfe1a7213bd22ea1a1eaf11
parent d2ad8c430733422f5b9b3d42ac7faadd3225b54f
author Andi Kleen <[EMAIL PROTECTED]> Tue Apr 12 08:25:23 2005
committer Linus Torvalds <[EMAIL PROTECTED]> Tue Apr 12 08:25:23 2005
[PATCH] x86-64: Fix BUG()
Use the correct file name in BUG()
Signed-off-by: Andi Kleen <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
bug.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: include/asm-x86_64/bug.h
===================================================================
--- 90211f4868d427928747f8e20290a313a6a1e80b/include/asm-x86_64/bug.h
(mode:100644 sha1:6992dcd3e6ce38e30f6a13920b17a3bef78d1177)
+++ 2f8a7b8b126118aebdfe1a7213bd22ea1a1eaf11/include/asm-x86_64/bug.h
(mode:100644 sha1:4346c6458b798686df274413eedba356d2a21f1a)
@@ -18,7 +18,7 @@
#define HAVE_ARCH_BUG
#define BUG() \
asm volatile("ud2 ; .quad %c1 ; .short %c0" :: \
- "i"(__LINE__), "i" (__stringify(KBUILD_BASENAME)))
+ "i"(__LINE__), "i" (__stringify(__FILE__)))
void out_of_line_bug(void);
#include <asm-generic/bug.h>
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html