[#]
http://marc.info/?l=openbsd-cvs&m=141089388510895&w=2
openbsd-cvs(obsdave,2) — All
2014-09-16 23:55:05
Module name: src
Changes by: sf@cvs.openbsd.org 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@