I was very curious about the implementation so I've read it. http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/i386/i386/mp_setperf.c?rev=1.2&content-type=text/x-cvsweb-markup
well I was wondering why is it necessary the splipi when before we are at IPL_HIGH? ... s = splipi(); ul_setperf(mp_setperflevel); splx(s); ... tkanks, -- giovanni

