]> git.baikalelectronics.ru Git - kernel.git/commit
avr32: make architecture sys_clone prototype match asm-generic prototype
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Thu, 9 Dec 2010 08:02:06 +0000 (09:02 +0100)
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Thu, 13 Jan 2011 19:41:06 +0000 (20:41 +0100)
commit9b2c1e58bad673839834bb0d9e34682fc1566101
tree6056226e8480f5ed766d7364fb1c6762c7b5eaca
parentf767f1d8bef7b7b19ec303728134b14c78473284
avr32: make architecture sys_clone prototype match asm-generic prototype

This patch will fix the arguments to the architecture sys_clone() function to
match the asm-generic/syscalls.h prototype. In the same go remove the
architecture specific prototype for the same function.

The sys_clone() function is only called from assembly, hence the argument types
were not having any affect.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
arch/avr32/include/asm/syscalls.h
arch/avr32/kernel/process.c