Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] x86-64: react to new topology.c location

Commit 9c869edac591977314323a4eaad5f7633fca684f moved the i386 topology.c
file. That change broke x86-64 compiles, as it uses the same file.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Dave Jones and committed by
Linus Torvalds
a0124d78 5c1ca65c

+1 -1
+1 -1
arch/x86_64/kernel/Makefile
··· 43 43 44 44 bootflag-y += ../../i386/kernel/bootflag.o 45 45 cpuid-$(subst m,y,$(CONFIG_X86_CPUID)) += ../../i386/kernel/cpuid.o 46 - topology-y += ../../i386/mach-default/topology.o 46 + topology-y += ../../i386/kernel/topology.o 47 47 microcode-$(subst m,y,$(CONFIG_MICROCODE)) += ../../i386/kernel/microcode.o 48 48 intel_cacheinfo-y += ../../i386/kernel/cpu/intel_cacheinfo.o 49 49 quirks-y += ../../i386/kernel/quirks.o