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-12 13:13:20 -0400 |
commit | e4e240841d62e24589cc2544430fe0c62699733a (patch) | |
tree | b8aa9d68370e4a83ada54d799545126385cb5ff0 /arch/arm/mach-shmobile | |
parent | f998950788a4a488e37189b1bb056295cf1fe2f9 (diff) |
ARM: shmobile: sh73a0: Remove warning about SMP
Remove warning about SMP not working with the
clock initialisation sheme used for reference DT.
This is resolved by not selecting CONFIG_PREEMPT.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/setup-sh73a0.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-shmobile/setup-sh73a0.c b/arch/arm/mach-shmobile/setup-sh73a0.c index c7630aaaa260..37baa481ce3b 100644 --- a/arch/arm/mach-shmobile/setup-sh73a0.c +++ b/arch/arm/mach-shmobile/setup-sh73a0.c | |||
@@ -879,14 +879,6 @@ void __init sh73a0_add_early_devices(void) | |||
879 | 879 | ||
880 | #ifdef CONFIG_USE_OF | 880 | #ifdef CONFIG_USE_OF |
881 | 881 | ||
882 | /* Please note that the clock initialisation shcheme used in | ||
883 | * sh73a0_add_early_devices_dt() and sh73a0_add_standard_devices_dt() | ||
884 | * does not work with SMP as there is a yet to be resolved lock-up in | ||
885 | * workqueue initialisation. | ||
886 | * | ||
887 | * CONFIG_SMP should be disabled when using this code. | ||
888 | */ | ||
889 | |||
890 | void __init sh73a0_add_early_devices_dt(void) | 882 | void __init sh73a0_add_early_devices_dt(void) |
891 | { | 883 | { |
892 | shmobile_setup_delay(1196, 44, 46); /* Cortex-A9 @ 1196MHz */ | 884 | shmobile_setup_delay(1196, 44, 46); /* Cortex-A9 @ 1196MHz */ |