diff options
author | Glauber de Oliveira Costa <gcosta@redhat.com> | 2008-01-30 07:32:10 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:32:10 -0500 |
commit | 2f485ef568372af4680c4e2f8490efb9f2523b05 (patch) | |
tree | d1a244d31333524d2636affe4a862b8058ae4f92 /arch/x86/kernel/Makefile_32 | |
parent | 21438f7c138f0b893a32df3cc77434e39a2145f8 (diff) |
x86: move patching code to arch-specific file.
The core patching code for paravirt is sufficiently different
among i386 and x86_64, and we move them to specific files.
Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/Makefile_32')
-rw-r--r-- | arch/x86/kernel/Makefile_32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/Makefile_32 b/arch/x86/kernel/Makefile_32 index cfb71a5deb19..86c6327798b2 100644 --- a/arch/x86/kernel/Makefile_32 +++ b/arch/x86/kernel/Makefile_32 | |||
@@ -48,7 +48,7 @@ obj-$(CONFIG_K8_NB) += k8.o | |||
48 | obj-$(CONFIG_MGEODE_LX) += geode_32.o mfgpt_32.o | 48 | obj-$(CONFIG_MGEODE_LX) += geode_32.o mfgpt_32.o |
49 | 49 | ||
50 | obj-$(CONFIG_VMI) += vmi_32.o vmiclock_32.o | 50 | obj-$(CONFIG_VMI) += vmi_32.o vmiclock_32.o |
51 | obj-$(CONFIG_PARAVIRT) += paravirt.o | 51 | obj-$(CONFIG_PARAVIRT) += paravirt.o paravirt_patch_32.o |
52 | obj-y += pcspeaker.o | 52 | obj-y += pcspeaker.o |
53 | 53 | ||
54 | obj-$(CONFIG_SCx200) += scx200_32.o | 54 | obj-$(CONFIG_SCx200) += scx200_32.o |