peter 2003/11/20 14:50:26 PST
FreeBSD src repository
Modified files:
sys/sys pcpu.h
Log:
Allow the MD backend to provide an alternative to
#define curthread PCPU_GET(curthread)
since its so heavily used in the kernel and ripe for compile-speed
optimization on some platforms.
Revision Changes Path
1.11 +2 -0 src/sys/sys/pcpu.h