On Mon, 28 Jun 2004 16:33:12 +0200, Domen Puncer wrote: > On 28/06/04 18:51 +0530, Anupam Kapoor wrote: > > hi, > > > > i just checked with the latest sources and there are 417 entries with > > 'current->state'. is a blind search-replace to set_current_state ok ? > > Yes, usualy. > Or maybe you should use __set_current_state (but do we really care that > much about performance before schedule()?). > > Opinions? hmm, i am not sure about this but does it make sense to use __set_current_state for functions that have fastcall ? and use set_current_state for others ? kind regards anupam >