diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-03-07 17:06:09 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-06-19 18:09:24 +0530 |
commit | 565a9b497c5103a91027d95b9f3392c035703774 (patch) | |
tree | 00ee52063717660617951195d768f287c1c828a0 /arch/arc/Kconfig | |
parent | 742f8af6cb35cb07882ee13aed8d09d6f1b1f15c (diff) | |
download | op-kernel-dev-565a9b497c5103a91027d95b9f3392c035703774.zip op-kernel-dev-565a9b497c5103a91027d95b9f3392c035703774.tar.gz |
ARC: RIP broken 64bit RTSC
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index a35d57a..8e8de4c 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -311,11 +311,6 @@ config ARC_HAS_SWAPE bool "Insn: SWAPE (endian-swap)" default y -config ARC_HAS_RTSC - bool "Insn: RTSC (64-bit r/o cycle counter)" - default y - depends on !SMP - endmenu # "ARC CPU Configuration" config LINUX_LINK_BASE |