diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-05-05 15:57:44 +0400 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-05-07 13:43:53 +0530 |
commit | 0e82284514b34127367c418ad07f662f8fc0ede1 (patch) | |
tree | 8103cdb33bb67f0ece999d11e0bec924d32f5321 /arch/arc | |
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>
Diffstat (limited to 'arch/arc')
-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 select GENERIC_FIND_FIRST_BIT # for now, we don't need GENERIC_IRQ_PROBE, CONFIG_GENERIC_IRQ_CHIP select GENERIC_IRQ_SHOW - select GENERIC_KERNEL_EXECVE - select GENERIC_KERNEL_THREAD select GENERIC_PENDING_IRQ if SMP select GENERIC_SMP_IDLE_THREAD select HAVE_ARCH_KGDB |