diff options
author | Jonas Bonn | 2012-10-19 18:07:44 +0200 |
---|---|---|
committer | Jonas Bonn | 2012-10-19 18:32:36 +0200 |
commit | cbf23cf1b96819599f6a1b9658d1bf3a97c6ff15 (patch) | |
tree | 4ed2583ded570499617cc6fd9caffb4f17eddbd5 /arch/openrisc/Kconfig | |
parent | 287ad220cd8b5a9d29f71c78f6e4051093f051fc (diff) |
openrisc: use generic kernel_thread/kernel_execve
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Diffstat (limited to 'arch/openrisc/Kconfig')
-rw-r--r-- | arch/openrisc/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig index 05f2ba41ff1a..e7f1a2993f78 100644 --- a/arch/openrisc/Kconfig +++ b/arch/openrisc/Kconfig @@ -22,6 +22,8 @@ config OPENRISC select GENERIC_STRNCPY_FROM_USER select GENERIC_STRNLEN_USER select MODULES_USE_ELF_RELA + select GENERIC_KERNEL_THREAD + select GENERIC_KERNEL_EXECVE config MMU def_bool y |