]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/ia64/kernel/jprobes.S
[IA64] enable trap code on slot 1
[linux-2.6-omap-h63xx.git] / arch / ia64 / kernel / jprobes.S
index 5cd6226f44f291c2a9a4fd2fa42374148fc65ab9..621630256c4aa053b30dbb6e54d56e95dfd0e842 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)
 
        /*