diff options
author | Richard Weinberger <richard@nod.at> | 2014-02-09 19:48:05 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-13 13:32:49 +0200 |
commit | 1e1692fb5f19f504813f0e461cd656c204d8fe37 (patch) | |
tree | 68e5e97086ef28e7421763dfbd0f7131a15f45e4 /arch/arc | |
parent | b56f12b3abb91f9ea8c393c3e356ee78f5cb37f6 (diff) | |
download | linux-stable-1e1692fb5f19f504813f0e461cd656c204d8fe37.tar.gz linux-stable-1e1692fb5f19f504813f0e461cd656c204d8fe37.tar.bz2 linux-stable-1e1692fb5f19f504813f0e461cd656c204d8fe37.zip |
ARC: Remove ARC_HAS_COH_RTSC
commit d345ea2892ae7a2b70f84cf881c20731e43e4993 upstream.
The symbol is an orphan, get rid of it.
Fixes: 7d0857a54aed ("ARC: [SMP] Disallow RTSC")
Signed-off-by: Richard Weinberger <richard@nod.at>
Acked-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/plat-arcfpga/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/plat-arcfpga/Kconfig b/arch/arc/plat-arcfpga/Kconfig index 295cefeb25d3..33058aa40e77 100644 --- a/arch/arc/plat-arcfpga/Kconfig +++ b/arch/arc/plat-arcfpga/Kconfig @@ -33,7 +33,6 @@ config ISS_SMP_EXTN bool "ARC SMP Extensions (ISS Models only)" default n depends on SMP - select ARC_HAS_COH_RTSC help SMP Extensions to ARC700, in a "simulation only" Model, supported in ARC ISS (Instruction Set Simulator). |