K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-07-03T05:33:09.000000Z K 7 svn:log V 326 Remove bogus need_resched() of the current CPU in roundrobin(). We don't actually need to force a context switch of the current process. The act of firing the event triggers a context switch to softclock() and then switching back out again which is equivalent to a preemption, thus no further work is needed on the local CPU. END