Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112827
b: refs/heads/master
c: f5017cf
h: refs/heads/master
i:
  112825: 6ce5d4f
  112823: 70b4b1a
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Sep 5, 2008
1 parent 6560cde commit 2a6d0ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1,201 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 143b604a2d07ff69cc2bc02ecd9395b28e0b5292
refs/heads/master: f5017cfa3591d8eaf5c792e40ff30f18e498b68c
6 changes: 3 additions & 3 deletions trunk/arch/x86/kernel/cpu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#

obj-y := intel_cacheinfo.o addon_cpuid_features.o
obj-y += proc.o capflags.o powerflags.o
obj-y += proc.o capflags.o powerflags.o common.o

obj-$(CONFIG_X86_32) += common.o bugs.o cmpxchg.o
obj-$(CONFIG_X86_64) += common_64.o bugs_64.o
obj-$(CONFIG_X86_32) += bugs.o cmpxchg.o
obj-$(CONFIG_X86_64) += bugs_64.o

obj-$(CONFIG_CPU_SUP_INTEL_32) += intel.o
obj-$(CONFIG_CPU_SUP_INTEL_64) += intel_64.o
Expand Down
Loading

0 comments on commit 2a6d0ba

Please sign in to comment.