K 10 svn:author V 3 tjr K 8 svn:date V 27 2003-02-17T10:03:02.000000Z K 7 svn:log V 237 Use the proc lock to protect p_realtimer instead of Giant, and obtain sched_lock around accesses to p_stats->p_timer[] to avoid a potential race with hardclock. getitimer(), setitimer() and the realitexpire() callout are now Giant-free. END