CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/09/16 12:57:51
Modified files:
sys/arch/amd64/amd64: pmap.c
sys/arch/amd64/include: pmap.h
Log message:
Simple cleanups for amd64 pmap
- use __func__ in panics/printfs (fixes some out of sync function names)
- tell the compiler that code paths where we print diagnostics are unlikely
- use pmap_valid_entry() in some places
- remove KERNSPACE, which is not used anywhere
OK guenther@ mlarkin@ kettenis@
