tree 93961a6548b398f72824b264601142de97f5a988
parent db4686812835a497d6f5de1e6cf6e8010a3fc0c7
author Andi Kleen <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:24:51 -0700
committer Linus Torvalds <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:24:51 -0700
[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]>
asm-x86_64/bug.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: include/asm-x86_64/bug.h
===================================================================
--- 3a4806ca104fe1807b928d1f85caf69f2dd6f9d8/include/asm-x86_64/bug.h
(mode:100644 sha1:d2032f56e87c217d82cf4ed66ec98703f4049768)
+++ 93961a6548b398f72824b264601142de97f5a988/include/asm-x86_64/bug.h
(mode:100644 sha1:19aed6e78fecc7e86ad5d54d4bb170e09df44069)
@@ -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