CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/05/02 08:32:29
Modified files: sys/arch/m88k/include: cpu.h pmap.h sys/arch/m88k/m88k: genassym.cf pmap.c process.S Log message: Drop the pm_cpus bitmask field from struct pmap, and instead remember the currently active userland pmap in each processors struct cpu_info. This thus skips the complete tlb flush if idle switches back to the proc previously running on this processor.