CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/20 10:04:21
Modified files:
sys/arch/powerpc/powerpc: pmap.c
sys/arch/powerpc/include: pmap.h
Log message:
Various cleanups. Explicitly include <sys/atomic.h>, Use pmap_remove_pg()
for the kernel pmap and kill pmap_kremove_pg(). Finally guard the hash
lock code under "MULTIPROCESSOR" to explicit which part of the code
received some MP love.
ok kettenis@
