projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c1ca65
)
[PATCH] x86-64: react to new topology.c location
author
Dave Jones
<
[email protected]
>
Sat, 25 Feb 2006 08:55:38 +0000
(
03:55
-0500)
committer
Linus Torvalds
<
[email protected]
>
Sat, 25 Feb 2006 19:12:15 +0000
(11:12 -0800)
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 <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/x86_64/kernel/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86_64/kernel/Makefile
b/arch/x86_64/kernel/Makefile
index 72fe60c20d39174afcf2243fe76eee527489100e..a098a11e7755f38cba1b5751b26e9d10e98bc8a8 100644
(file)
--- a/
arch/x86_64/kernel/Makefile
+++ b/
arch/x86_64/kernel/Makefile
@@
-43,7
+43,7
@@
CFLAGS_vsyscall.o := $(PROFILING) -g0
bootflag-y += ../../i386/kernel/bootflag.o
cpuid-$(subst m,y,$(CONFIG_X86_CPUID)) += ../../i386/kernel/cpuid.o
-topology-y += ../../i386/
mach-default
/topology.o
+topology-y += ../../i386/
kernel
/topology.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