K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-07-27T16:41:01.000000Z K 7 svn:log V 342 Pass a thread argument into cpu_critical_{enter,exit}() rather than dereference curthread. It is called only from critical_{enter,exit}(), which already dereferences curthread. This doesn't seem to affect SMP performance in my benchmarks, but improves MySQL transaction throughput by about 1% on UP on my Xeon. Head nodding: jhb, bmilekic END