aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2014-02-09 13:48:05 -0500
committerVineet Gupta <vgupta@synopsys.com>2014-03-26 05:01:28 -0400
commitd345ea2892ae7a2b70f84cf881c20731e43e4993 (patch)
treebb33df134bbddb77445676ce99981f7d9682ded8 /arch/arc
parentec7ac6afd07b2d958aab9dfc0a686300b856922a (diff)
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>
Diffstat (limited to 'arch/arc')
-rw-r--r--arch/arc/plat-arcfpga/Kconfig1
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
33 bool "ARC SMP Extensions (ISS Models only)" 33 bool "ARC SMP Extensions (ISS Models only)"
34 default n 34 default n
35 depends on SMP 35 depends on SMP
36 select ARC_HAS_COH_RTSC
37 help 36 help
38 SMP Extensions to ARC700, in a "simulation only" Model, supported in 37 SMP Extensions to ARC700, in a "simulation only" Model, supported in
39 ARC ISS (Instruction Set Simulator). 38 ARC ISS (Instruction Set Simulator).