|
@@ -203,6 +203,7 @@ endmenu
|
|
config SMP
|
|
config SMP
|
|
bool "Symmetric multi-processing support"
|
|
bool "Symmetric multi-processing support"
|
|
default y
|
|
default y
|
|
|
|
+ select USE_GENERIC_SMP_HELPERS
|
|
depends on MN10300_PROC_MN2WS0038 || MN10300_PROC_MN2WS0050
|
|
depends on MN10300_PROC_MN2WS0038 || MN10300_PROC_MN2WS0050
|
|
---help---
|
|
---help---
|
|
This enables support for systems with more than one CPU. If you have
|
|
This enables support for systems with more than one CPU. If you have
|
|
@@ -226,11 +227,6 @@ config NR_CPUS
|
|
depends on SMP
|
|
depends on SMP
|
|
default "2"
|
|
default "2"
|
|
|
|
|
|
-config USE_GENERIC_SMP_HELPERS
|
|
|
|
- bool
|
|
|
|
- depends on SMP
|
|
|
|
- default y
|
|
|
|
-
|
|
|
|
source "kernel/Kconfig.preempt"
|
|
source "kernel/Kconfig.preempt"
|
|
|
|
|
|
config MN10300_CURRENT_IN_E2
|
|
config MN10300_CURRENT_IN_E2
|