From c05c3ec401a68888f23f489b7bd6f88117836bc9 Mon Sep 17 00:00:00 2001 From: Richard Kuo Date: Tue, 19 Feb 2013 19:19:50 -0600 Subject: Hexagon: use generic sys_fork, sys_vfork, and sys_clone Signed-off-by: Richard Kuo --- arch/hexagon/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/hexagon/Kconfig') diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig index b059d8c29fb5..9b94b0fcb777 100644 --- a/arch/hexagon/Kconfig +++ b/arch/hexagon/Kconfig @@ -30,6 +30,8 @@ config HEXAGON select GENERIC_CLOCKEVENTS_BROADCAST select MODULES_USE_ELF_RELA select GENERIC_CPU_DEVICES + select GENERIC_KERNEL_THREAD + select GENERIC_KERNEL_EXECVE ---help--- Qualcomm Hexagon is a processor architecture designed for high performance and low power across a wide variety of applications. -- cgit