diff options
author | Richard Weinberger <richard@nod.at> | 2014-02-09 19:48:05 +0100 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2014-03-26 14:31:28 +0530 |
commit | d345ea2892ae7a2b70f84cf881c20731e43e4993 (patch) | |
tree | bb33df134bbddb77445676ce99981f7d9682ded8 | |
parent | ec7ac6afd07b2d958aab9dfc0a686300b856922a (diff) | |
download | linux-stable-d345ea2892ae7a2b70f84cf881c20731e43e4993.tar.gz linux-stable-d345ea2892ae7a2b70f84cf881c20731e43e4993.tar.bz2 linux-stable-d345ea2892ae7a2b70f84cf881c20731e43e4993.zip |
ARC: Remove ARC_HAS_COH_RTSC
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>
-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). |