diff options
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index ec10a97983..acb9bb5d0a 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -19,6 +19,8 @@ config DCACHE_RAM_GLOBAL_VAR_SIZE hex default 0x0 +# FIXME MAX_PHYSICAL_CPUS should move to AMD specific code, or better +# yet be dropped completely. config MAX_PHYSICAL_CPUS int default 1 |