CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2017/04/26 03:53:28
Modified files: sys/arch/amd64/amd64: vmm.c Log message: Convert some hardcoded function names in printfs into %s / __func__. Some of these pointed out by Michael W. Bombardieri, I went through the file and fixed the rest. No functional change.