[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] x86/64 was using the plain i386 version of the microcode
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID a9dce0ffc90198bbc0cef139212efd4b8f3b129b # Parent bf6119a5865514ba9dcfecb23e505049437e9c2c x86/64 was using the plain i386 version of the microcode driver instead of the Xen version. Signed-Off-By: Nitin A Kamble <nitin.a.kamble@xxxxxxxxx> diff -r bf6119a58655 -r a9dce0ffc901 linux-2.6-xen-sparse/arch/xen/x86_64/kernel/Makefile --- a/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/Makefile Mon Oct 3 14:02:23 2005 +++ b/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/Makefile Mon Oct 3 14:04:27 2005 @@ -51,7 +51,7 @@ cpuid-$(subst m,y,$(CONFIG_X86_CPUID)) += ../../../i386/kernel/cpuid.o topology-y += ../../../i386/mach-default/topology.o #swiotlb-$(CONFIG_SWIOTLB) += ../../../ia64/lib/swiotlb.o -microcode-$(subst m,y,$(CONFIG_MICROCODE)) += ../../../i386/kernel/microcode.o +microcode-$(subst m,y,$(CONFIG_MICROCODE)) += ../../i386/kernel/microcode.o intel_cacheinfo-y += ../../../i386/kernel/cpu/intel_cacheinfo.o quirks-y += ../../i386/kernel/quirks.o _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |