CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/11/16 03:08:41
Modified files:
sys/arch/amd64/amd64: cpu.c vmm.c vmm_support.S
sys/arch/amd64/include: vmmvar.h
Log message:
Some minor tweaks:
- Add $OpenBSD$ tag,
- constify "struct cfattach",
- Use <uvm/uvm_extern.h> rather than <uvm/uvm.h>, it's enough.
- Keep the "struct vm" private. This allows us to not pull <uvm/uvm_extern.h>
in <macine/vmmvar.h>
- Prefer DPRINTF() for debug macro as dprintf(3) is a standard function name.
- Add vmm_debug and fix VMM_DEBUG build
- Remove unneeded <sys/rwlock.h> from <machine/vmmvar.h>
- Kill whitespaces
ok mlarkin@