Commit e30755f4 authored by Simon Horman's avatar Simon Horman

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: default avatarSimon Horman <horms+renesas@verge.net.au>
parent f33d1c34
...@@ -103,13 +103,6 @@ static const char *kzm9g_boards_compat_dt[] __initdata = { ...@@ -103,13 +103,6 @@ static const char *kzm9g_boards_compat_dt[] __initdata = {
NULL, NULL,
}; };
/* Please note that the clock initialisation shcheme used in
* sh73a0_add_early_devices_dt() and sh73a0_add_standard_devices_dt()
* does not work with SMP as there is a yet to be resolved lock-up in
* workqueue initialisation.
*
* CONFIG_SMP should be disabled when using this code.
*/
DT_MACHINE_START(KZM9G_DT, "kzm9g-reference") DT_MACHINE_START(KZM9G_DT, "kzm9g-reference")
.smp = smp_ops(sh73a0_smp_ops), .smp = smp_ops(sh73a0_smp_ops),
.map_io = sh73a0_map_io, .map_io = sh73a0_map_io,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment