]> git.baikalelectronics.ru Git - kernel.git/commit
sched: clean up fastcall uses of sched_fork()/sched_exit()
authorIngo Molnar <mingo@elte.hu>
Mon, 9 Jul 2007 16:52:00 +0000 (18:52 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 9 Jul 2007 16:52:00 +0000 (18:52 +0200)
commit0738a8f71198bb20d8cde8868a7487a3f272e59c
treea6210b644771568549763a6799a2134638f4c11c
parent2e94aebc095a79434b8bd3e4ae275f0fcebfe304
sched: clean up fastcall uses of sched_fork()/sched_exit()

sched_fork()/sched_exit() does not need to specify fastcall anymore,
as the x86 kernel defaults to regparm3, and no assembly code calls
these functions.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/sched.h