Move MAX_PHYSICAL_CPUS to AMD k8 and fam10
This was always AMD-only and it was never properly used with AGESA. Change-Id: Ifb461ee845e442f6cf90aca52470cfb66e862bfc Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/5540 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
parent
a6c525a7d5
commit
46b0951182
|
@ -29,13 +29,6 @@ config DCACHE_RAM_BASE
|
|||
config DCACHE_RAM_SIZE
|
||||
hex
|
||||
|
||||
# FIXME MAX_PHYSICAL_CPUS should move to AMD specific code, or better
|
||||
# yet be dropped completely.
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
depends on CPU_AMD_MODEL_10XXX || CPU_AMD_MODEL_FXX || CPU_AMD_AGESA
|
||||
default 1
|
||||
|
||||
config SMP
|
||||
bool
|
||||
default y if MAX_CPUS != 1
|
||||
|
|
|
@ -32,6 +32,10 @@ config SET_FIDVID
|
|||
bool
|
||||
default y
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 1
|
||||
|
||||
config LIFT_BSP_APIC_ID
|
||||
bool
|
||||
default n
|
||||
|
|
|
@ -11,6 +11,10 @@ config UDELAY_IO
|
|||
bool
|
||||
default n
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 1
|
||||
|
||||
config LIFT_BSP_APIC_ID
|
||||
bool
|
||||
default n
|
||||
|
|
Loading…
Reference in New Issue