Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112839
b: refs/heads/master
c: ff73152
h: refs/heads/master
i:
  112837: afa21a0
  112835: 41d48f0
  112831: 903181d
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Sep 8, 2008
1 parent 3170d9d commit 273a7e2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 485 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: 2a02505055fdd44958efd0e140dd87cb9fdecaf1
refs/heads/master: ff73152ced60871f7d5fb7dee52fa499902a3c6d
10 changes: 1 addition & 9 deletions trunk/arch/x86/Kconfig.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -444,17 +444,9 @@ config CPU_SUP_CYRIX_32
help
This enables extended support for Cyrix processors

config CPU_SUP_AMD_32
config CPU_SUP_AMD
default y
bool "Support AMD processors" if PROCESSOR_SELECT
depends on !64BIT
help
This enables extended support for AMD processors

config CPU_SUP_AMD_64
default y
bool "Support AMD processors" if PROCESSOR_SELECT
depends on 64BIT
help
This enables extended support for AMD processors

Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/x86/kernel/cpu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ obj-$(CONFIG_X86_64) += bugs_64.o

obj-$(CONFIG_CPU_SUP_INTEL_32) += intel.o
obj-$(CONFIG_CPU_SUP_INTEL_64) += intel_64.o
obj-$(CONFIG_CPU_SUP_AMD_32) += amd.o
obj-$(CONFIG_CPU_SUP_AMD_64) += amd_64.o
obj-$(CONFIG_CPU_SUP_AMD) += amd.o
obj-$(CONFIG_CPU_SUP_CYRIX_32) += cyrix.o
obj-$(CONFIG_CPU_SUP_CENTAUR_32) += centaur.o
obj-$(CONFIG_CPU_SUP_CENTAUR_64) += centaur_64.o
Expand Down
Loading

0 comments on commit 273a7e2

Please sign in to comment.