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 | 53fd13cff04ce27ff3e8d3eb7e5ad4f56b580f2f (patch) | |
tree | 3ccca4b41a17c4c34c41455f07ef0f422ba389d2 /arch/x86/kernel/Makefile_64 | |
parent | 2f485ef568372af4680c4e2f8490efb9f2523b05 (diff) |
x86: patching functions on 64-bit
Like i386, x86_64 also need to include its own patching function.
(Well, if you're not in a hurry, and don't care about speed, you don't
really _need_ ;-))
So here they are. Not much different in essence from i386
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_64')
-rw-r--r-- | arch/x86/kernel/Makefile_64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/Makefile_64 b/arch/x86/kernel/Makefile_64 index 7fcf972aa5d6..b8f9d13eb5e3 100644 --- a/arch/x86/kernel/Makefile_64 +++ b/arch/x86/kernel/Makefile_64 | |||
@@ -41,6 +41,7 @@ obj-$(CONFIG_X86_VSMP) += vsmp_64.o | |||
41 | obj-$(CONFIG_K8_NB) += k8.o | 41 | obj-$(CONFIG_K8_NB) += k8.o |
42 | obj-$(CONFIG_AUDIT) += audit_64.o | 42 | obj-$(CONFIG_AUDIT) += audit_64.o |
43 | obj-$(CONFIG_EFI) += efi.o efi_64.o efi_stub_64.o | 43 | obj-$(CONFIG_EFI) += efi.o efi_64.o efi_stub_64.o |
44 | obj-$(CONFIG_PARAVIRT) += paravirt.o paravirt_patch_64.o | ||
44 | 45 | ||
45 | obj-$(CONFIG_MODULES) += module_64.o | 46 | obj-$(CONFIG_MODULES) += module_64.o |
46 | obj-$(CONFIG_PCI) += early-quirks.o | 47 | obj-$(CONFIG_PCI) += early-quirks.o |