Skip to content
Commit ae903caa authored by Al Viro's avatar Al Viro
Browse files

Bury the conditionals from kernel_thread/kernel_execve series



All architectures have
	CONFIG_GENERIC_KERNEL_THREAD
	CONFIG_GENERIC_KERNEL_EXECVE
	__ARCH_WANT_SYS_EXECVE
None of them have __ARCH_WANT_KERNEL_EXECVE and there are only two callers
of kernel_execve() (which is a trivial wrapper for do_execve() now) left.
Kill the conditionals and make both callers use do_execve().

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 46836613
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment