fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / arch / ia64 / kernel / jprobes.S
index 5cd6226..6216302 100644 (file)
  * to the correct location.
  */
 #include <asm/asmmacro.h>
+#include <asm-ia64/break.h>
 
        /*
         * void jprobe_break(void)
         */
        .section .kprobes.text, "ax"
 ENTRY(jprobe_break)
-       break.m 0x80300
+       break.m __IA64_BREAK_JPROBE
 END(jprobe_break)
 
        /*