From: Ingo Molnar Date: Mon, 9 Jul 2007 16:52:00 +0000 (+0200) Subject: sched: clean up fastcall uses of sched_fork()/sched_exit() X-Git-Tag: v2.6.23-rc1~1245 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad46c2c4ebcead75cd364a79b63b134393094fb9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed