projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'core/iommu' into core/urgent
[linux-2.6]
/
arch
/
ia64
/
kernel
/
jprobes.S
diff --git
a/arch/ia64/kernel/jprobes.S
b/arch/ia64/kernel/jprobes.S
index
5cd6226
..
f69389c
100644
(file)
--- a/
arch/ia64/kernel/jprobes.S
+++ b/
arch/ia64/kernel/jprobes.S
@@
-45,13
+45,14
@@
* 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)
/*