diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:15:12 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:15:12 -0400 |
commit | 81656390b8dec51ba7b4713a321b353fb2d3ccb1 (patch) | |
tree | d1fc097f358a9deb372d5ef0e1ee17161bfd0cfa | |
parent | bd4c1b5baacbc7e4257c00f087abfd3f7aef2dfb (diff) |
x86_64: prepare shared kernel/kprobes.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86_64/kernel/Makefile | 2 | ||||
-rw-r--r-- | arch/x86_64/kernel/kprobes_64.c (renamed from arch/x86_64/kernel/kprobes.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/Makefile b/arch/x86_64/kernel/Makefile index 976ea5e7222b..fd19c73a8da0 100644 --- a/arch/x86_64/kernel/Makefile +++ b/arch/x86_64/kernel/Makefile | |||
@@ -32,7 +32,7 @@ obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | |||
32 | obj-$(CONFIG_IOMMU) += pci-gart.o aperture_64.o | 32 | obj-$(CONFIG_IOMMU) += pci-gart.o aperture_64.o |
33 | obj-$(CONFIG_CALGARY_IOMMU) += pci-calgary_64.o tce_64.o | 33 | obj-$(CONFIG_CALGARY_IOMMU) += pci-calgary_64.o tce_64.o |
34 | obj-$(CONFIG_SWIOTLB) += pci-swiotlb_64.o | 34 | obj-$(CONFIG_SWIOTLB) += pci-swiotlb_64.o |
35 | obj-$(CONFIG_KPROBES) += kprobes.o | 35 | obj-$(CONFIG_KPROBES) += kprobes_64.o |
36 | obj-$(CONFIG_X86_PM_TIMER) += pmtimer_64.o | 36 | obj-$(CONFIG_X86_PM_TIMER) += pmtimer_64.o |
37 | obj-$(CONFIG_X86_VSMP) += vsmp_64.o | 37 | obj-$(CONFIG_X86_VSMP) += vsmp_64.o |
38 | obj-$(CONFIG_K8_NB) += k8.o | 38 | obj-$(CONFIG_K8_NB) += k8.o |
diff --git a/arch/x86_64/kernel/kprobes.c b/arch/x86_64/kernel/kprobes_64.c index a30e004682e2..a30e004682e2 100644 --- a/arch/x86_64/kernel/kprobes.c +++ b/arch/x86_64/kernel/kprobes_64.c | |||