]> git.baikalelectronics.ru Git - kernel.git/commit
sched: clean up sleep_on() APIs
authorIngo Molnar <mingo@elte.hu>
Mon, 9 Jul 2007 16:52:01 +0000 (18:52 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 9 Jul 2007 16:52:01 +0000 (18:52 +0200)
commit56582aa82eca2a8f5f402a6b4166539a734adca3
treecfbc2617b6cf2542699172ab430ecc97ef1f2d3e
parent9e4fb562d5c1632689461c8da4755b82aba55c0b
sched: clean up sleep_on() APIs

clean up the sleep_on() APIs:

 - do not use fastcall
 - replace fragile macro magic with proper inline functions

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