diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-05-05 07:58:28 -0400 |
---|---|---|
committer | Richard Kuo <rkuo@codeaurora.org> | 2013-05-07 12:38:12 -0400 |
commit | de44443a45e36b7467af2518d3bf7ec6ec909549 (patch) | |
tree | 8bfc290b7dc36fbdbb685c3335d13f315213966c /arch/hexagon | |
parent | 13a95c48136aaa4cd30a35be2210869fa7e6119f (diff) |
HEXAGON: Remove non existent reference to GENERIC_KERNEL_EXECVE & GENERIC_KERNEL_THREAD
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Diffstat (limited to 'arch/hexagon')
-rw-r--r-- | arch/hexagon/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig index 04dff5bdcbf7..841325f60df8 100644 --- a/arch/hexagon/Kconfig +++ b/arch/hexagon/Kconfig | |||
@@ -30,8 +30,6 @@ config HEXAGON | |||
30 | select GENERIC_CLOCKEVENTS_BROADCAST | 30 | select GENERIC_CLOCKEVENTS_BROADCAST |
31 | select MODULES_USE_ELF_RELA | 31 | select MODULES_USE_ELF_RELA |
32 | select GENERIC_CPU_DEVICES | 32 | select GENERIC_CPU_DEVICES |
33 | select GENERIC_KERNEL_THREAD | ||
34 | select GENERIC_KERNEL_EXECVE | ||
35 | ---help--- | 33 | ---help--- |
36 | Qualcomm Hexagon is a processor architecture designed for high | 34 | Qualcomm Hexagon is a processor architecture designed for high |
37 | performance and low power across a wide variety of applications. | 35 | performance and low power across a wide variety of applications. |