diff options
author | Pekka Paalanen <pq@iki.fi> | 2008-05-12 15:20:59 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-24 05:25:37 -0400 |
commit | ff3a3e9ba5e4273a8bc10570adab4a390fb90757 (patch) | |
tree | 63fd9b1c69ba53c514b9b2eb59ee17f10d6511de /arch/x86 | |
parent | 49023168261a7f9a2fd4a1ca1adbfea922556015 (diff) |
x86 mmiotrace: move files into arch/x86/mm/.
Signed-off-by: Pekka Paalanen <pq@iki.fi>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/Makefile | 2 | ||||
-rw-r--r-- | arch/x86/kernel/mmiotrace/Makefile | 4 | ||||
-rw-r--r-- | arch/x86/mm/Makefile | 5 | ||||
-rw-r--r-- | arch/x86/mm/kmmio.c (renamed from arch/x86/kernel/mmiotrace/kmmio.c) | 0 | ||||
-rw-r--r-- | arch/x86/mm/mmio-mod.c (renamed from arch/x86/kernel/mmiotrace/mmio-mod.c) | 0 | ||||
-rw-r--r-- | arch/x86/mm/pf_in.c (renamed from arch/x86/kernel/mmiotrace/pf_in.c) | 0 | ||||
-rw-r--r-- | arch/x86/mm/pf_in.h (renamed from arch/x86/kernel/mmiotrace/pf_in.h) | 0 | ||||
-rw-r--r-- | arch/x86/mm/testmmiotrace.c (renamed from arch/x86/kernel/mmiotrace/testmmiotrace.c) | 0 |
8 files changed, 5 insertions, 6 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index a51ac153685e..739d49acd2f1 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile | |||
@@ -79,8 +79,6 @@ obj-$(CONFIG_KGDB) += kgdb.o | |||
79 | obj-$(CONFIG_VM86) += vm86_32.o | 79 | obj-$(CONFIG_VM86) += vm86_32.o |
80 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | 80 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o |
81 | 81 | ||
82 | obj-$(CONFIG_MMIOTRACE) += mmiotrace/ | ||
83 | |||
84 | obj-$(CONFIG_HPET_TIMER) += hpet.o | 82 | obj-$(CONFIG_HPET_TIMER) += hpet.o |
85 | 83 | ||
86 | obj-$(CONFIG_K8_NB) += k8.o | 84 | obj-$(CONFIG_K8_NB) += k8.o |
diff --git a/arch/x86/kernel/mmiotrace/Makefile b/arch/x86/kernel/mmiotrace/Makefile deleted file mode 100644 index dbcd8d50fb8d..000000000000 --- a/arch/x86/kernel/mmiotrace/Makefile +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | obj-$(CONFIG_MMIOTRACE_HOOKS) += kmmio.o | ||
2 | obj-$(CONFIG_MMIOTRACE) += mmiotrace.o | ||
3 | mmiotrace-y := pf_in.o mmio-mod.o | ||
4 | obj-$(CONFIG_MMIOTRACE_TEST) += testmmiotrace.o | ||
diff --git a/arch/x86/mm/Makefile b/arch/x86/mm/Makefile index b7b3e4c7cfc9..07dab503c9e3 100644 --- a/arch/x86/mm/Makefile +++ b/arch/x86/mm/Makefile | |||
@@ -8,6 +8,11 @@ obj-$(CONFIG_X86_PTDUMP) += dump_pagetables.o | |||
8 | 8 | ||
9 | obj-$(CONFIG_HIGHMEM) += highmem_32.o | 9 | obj-$(CONFIG_HIGHMEM) += highmem_32.o |
10 | 10 | ||
11 | obj-$(CONFIG_MMIOTRACE_HOOKS) += kmmio.o | ||
12 | obj-$(CONFIG_MMIOTRACE) += mmiotrace.o | ||
13 | mmiotrace-y := pf_in.o mmio-mod.o | ||
14 | obj-$(CONFIG_MMIOTRACE_TEST) += testmmiotrace.o | ||
15 | |||
11 | ifeq ($(CONFIG_X86_32),y) | 16 | ifeq ($(CONFIG_X86_32),y) |
12 | obj-$(CONFIG_NUMA) += discontig_32.o | 17 | obj-$(CONFIG_NUMA) += discontig_32.o |
13 | else | 18 | else |
diff --git a/arch/x86/kernel/mmiotrace/kmmio.c b/arch/x86/mm/kmmio.c index 3ad27b8504a5..3ad27b8504a5 100644 --- a/arch/x86/kernel/mmiotrace/kmmio.c +++ b/arch/x86/mm/kmmio.c | |||
diff --git a/arch/x86/kernel/mmiotrace/mmio-mod.c b/arch/x86/mm/mmio-mod.c index 8256546d49bf..8256546d49bf 100644 --- a/arch/x86/kernel/mmiotrace/mmio-mod.c +++ b/arch/x86/mm/mmio-mod.c | |||
diff --git a/arch/x86/kernel/mmiotrace/pf_in.c b/arch/x86/mm/pf_in.c index efa1911e20ca..efa1911e20ca 100644 --- a/arch/x86/kernel/mmiotrace/pf_in.c +++ b/arch/x86/mm/pf_in.c | |||
diff --git a/arch/x86/kernel/mmiotrace/pf_in.h b/arch/x86/mm/pf_in.h index e05341a51a27..e05341a51a27 100644 --- a/arch/x86/kernel/mmiotrace/pf_in.h +++ b/arch/x86/mm/pf_in.h | |||
diff --git a/arch/x86/kernel/mmiotrace/testmmiotrace.c b/arch/x86/mm/testmmiotrace.c index cfa60b227c8d..cfa60b227c8d 100644 --- a/arch/x86/kernel/mmiotrace/testmmiotrace.c +++ b/arch/x86/mm/testmmiotrace.c | |||