allow bug table entries to use relative pointers (and use it on x86-64)
[safe/jmp/linux-2.6] / arch / x86 / include / asm / bug.h
index 3def206..d9cf1cd 100644 (file)
@@ -9,7 +9,7 @@
 #ifdef CONFIG_X86_32
 # define __BUG_C0      "2:\t.long 1b, %c0\n"
 #else
-# define __BUG_C0      "2:\t.quad 1b, %c0\n"
+# define __BUG_C0      "2:\t.long 1b - 2b, %c0 - 2b\n"
 #endif
 
 #define BUG()                                                  \