]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/ia64/kernel/jprobes.S
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[linux-2.6-omap-h63xx.git] / arch / ia64 / kernel / jprobes.S
index 5cd6226f44f291c2a9a4fd2fa42374148fc65ab9..f69389c7be1d8a8d22d9f8ecbdc4407d273e3c21 100644 (file)
  * to the correct location.
  */
 #include <asm/asmmacro.h>
+#include <asm/break.h>
 
        /*
         * void jprobe_break(void)
         */
        .section .kprobes.text, "ax"
 ENTRY(jprobe_break)
-       break.m 0x80300
+       break.m __IA64_BREAK_JPROBE
 END(jprobe_break)
 
        /*