aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-12-23 16:30:31 +0100
committerIngo Molnar <mingo@elte.hu>2008-12-23 16:30:31 +0100
commitbed4f13065b520e564adffbfcd1c1a764a9c887e (patch)
treed847ddd3bab64cb126ee6679dc4a949386554d55 /include
parentMerge branch 'x86/iommu' into x86/core (diff)
parentMerge branch 'x86/apic' into x86/irq (diff)
downloadlinux-dev-bed4f13065b520e564adffbfcd1c1a764a9c887e.tar.xz
linux-dev-bed4f13065b520e564adffbfcd1c1a764a9c887e.zip
Merge branch 'x86/irq' into x86/core
Diffstat (limited to 'include')
-rw-r--r--include/linux/linkage.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/linkage.h b/include/linux/linkage.h
index 9fd1f859021b..fee9e59649c1 100644
--- a/include/linux/linkage.h
+++ b/include/linux/linkage.h
@@ -64,14 +64,6 @@
name:
#endif
-#define KPROBE_ENTRY(name) \
- .pushsection .kprobes.text, "ax"; \
- ENTRY(name)
-
-#define KPROBE_END(name) \
- END(name); \
- .popsection
-
#ifndef END
#define END(name) \
.size name, .-name