diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-02-15 07:38:20 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-03-18 08:27:02 -0400 |
commit | e30755f41d64ba95a23f4107cfbce83834778ae6 (patch) | |
tree | 0e1f877a04d7d3e96f8e30c5d99f21a4e4d52de7 /arch/arm | |
parent | f33d1c34766ea96f6113d4d42fd1d1ec7a166e47 (diff) |
ARM: shmobile: kzm9g: Remove warning about SMP
Remove warning about SMP not working with the
clock initialisation used for kzm9g reference.
This is resolved by not selecting CONFIG_PREEMPT.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-shmobile/board-kzm9g-reference.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-shmobile/board-kzm9g-reference.c b/arch/arm/mach-shmobile/board-kzm9g-reference.c index 3056698d8bc8..4da3501c7f52 100644 --- a/arch/arm/mach-shmobile/board-kzm9g-reference.c +++ b/arch/arm/mach-shmobile/board-kzm9g-reference.c | |||
@@ -103,13 +103,6 @@ static const char *kzm9g_boards_compat_dt[] __initdata = { | |||
103 | NULL, | 103 | NULL, |
104 | }; | 104 | }; |
105 | 105 | ||
106 | /* Please note that the clock initialisation shcheme used in | ||
107 | * sh73a0_add_early_devices_dt() and sh73a0_add_standard_devices_dt() | ||
108 | * does not work with SMP as there is a yet to be resolved lock-up in | ||
109 | * workqueue initialisation. | ||
110 | * | ||
111 | * CONFIG_SMP should be disabled when using this code. | ||
112 | */ | ||
113 | DT_MACHINE_START(KZM9G_DT, "kzm9g-reference") | 106 | DT_MACHINE_START(KZM9G_DT, "kzm9g-reference") |
114 | .smp = smp_ops(sh73a0_smp_ops), | 107 | .smp = smp_ops(sh73a0_smp_ops), |
115 | .map_io = sh73a0_map_io, | 108 | .map_io = sh73a0_map_io, |