diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-02-18 21:47:35 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-03-14 05:28:04 -0400 |
commit | 358c14d235b04029a40e208e46a756f8b80996c0 (patch) | |
tree | effc92d5a89a60a8d7188e8284a6a570d5915c98 | |
parent | fcd05e15633ebfaaa2a3f26a031a00a6f34d7e2b (diff) |
ARM: shmobile: kzm9g: defconfig: do not enable PREEMPT
The motivation for this change is:
* It is consistent with all other shmobile boards and;
* Allows the kzm9g-reference code to work with CONFIG_SMP
and thus the new defconfig
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/configs/kzm9g_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig index 670c3b60f936..84ac68cdf476 100644 --- a/arch/arm/configs/kzm9g_defconfig +++ b/arch/arm/configs/kzm9g_defconfig | |||
@@ -33,7 +33,6 @@ CONFIG_NO_HZ=y | |||
33 | CONFIG_HIGH_RES_TIMERS=y | 33 | CONFIG_HIGH_RES_TIMERS=y |
34 | CONFIG_SMP=y | 34 | CONFIG_SMP=y |
35 | CONFIG_SCHED_MC=y | 35 | CONFIG_SCHED_MC=y |
36 | CONFIG_PREEMPT=y | ||
37 | CONFIG_AEABI=y | 36 | CONFIG_AEABI=y |
38 | # CONFIG_OABI_COMPAT is not set | 37 | # CONFIG_OABI_COMPAT is not set |
39 | CONFIG_HIGHMEM=y | 38 | CONFIG_HIGHMEM=y |