diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-05-05 07:57:44 -0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-05-07 04:13:53 -0400 |
commit | 0e82284514b34127367c418ad07f662f8fc0ede1 (patch) | |
tree | 8103cdb33bb67f0ece999d11e0bec924d32f5321 | |
parent | a89516b31c8c0a41b4955fbcee764901232d71b1 (diff) |
ARC: Remove non existent refs to GENERIC_KERNEL_EXECVE & GENERIC_KERNEL_THREAD
This tracks mainline commit ae903caae267 "Bury the conditionals from
kernel_thread/kernel_execve series" which we missed out as ARC port was
not yet mainline.
[vgupta: commit log modified]
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
-rw-r--r-- | arch/arc/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index c7ae85872e21..73ed284ffa25 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig | |||
@@ -16,8 +16,6 @@ config ARC | |||
16 | select GENERIC_FIND_FIRST_BIT | 16 | select GENERIC_FIND_FIRST_BIT |
17 | # for now, we don't need GENERIC_IRQ_PROBE, CONFIG_GENERIC_IRQ_CHIP | 17 | # for now, we don't need GENERIC_IRQ_PROBE, CONFIG_GENERIC_IRQ_CHIP |
18 | select GENERIC_IRQ_SHOW | 18 | select GENERIC_IRQ_SHOW |
19 | select GENERIC_KERNEL_EXECVE | ||
20 | select GENERIC_KERNEL_THREAD | ||
21 | select GENERIC_PENDING_IRQ if SMP | 19 | select GENERIC_PENDING_IRQ if SMP |
22 | select GENERIC_SMP_IDLE_THREAD | 20 | select GENERIC_SMP_IDLE_THREAD |
23 | select HAVE_ARCH_KGDB | 21 | select HAVE_ARCH_KGDB |