CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/02/01 14:21:54
Modified files: sys/arch/alpha/alpha: pmap.c Log message: pools aren't mp-safe; since the TLB shootdown code will allocate up to 6 job entries per processor, don't bother using a pool and allocate the job entries statically, and manage a per cpu free entries queue in addition to the in-use queue. This avoids corrupting memory...