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)
commit0fec171cdbd7763ef86cbaccb91f3708de6a9003
treecfbc2617b6cf2542699172ab430ecc97ef1f2d3e
parent9761eea8516d1ff2c7b185e283c5d81cfc307acb
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