linux/arch
Al Viro ae903caae2 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: Al Viro <viro@zeniv.linux.org.uk>
2012-12-19 18:07:38 -05:00
..
alpha Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
arm Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
arm64 Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
avr32 Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
blackfin Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
c6x Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
cris Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
frv Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
h8300 Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
hexagon Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
ia64 Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
m32r Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
m68k Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
microblaze Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
mips Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
mn10300 Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
openrisc Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
parisc Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
powerpc Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
s390 Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
score Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
sh Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
sparc Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
tile Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
um flagday: don't pass regs to copy_thread() 2012-11-28 23:43:42 -05:00
unicore32 Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
x86 Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
xtensa Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00
.gitignore
Kconfig Bury the conditionals from kernel_thread/kernel_execve series 2012-12-19 18:07:38 -05:00