Convert some hardcoded function names in printfs into %s / __func__.
authormlarkin <mlarkin@openbsd.org>
Wed, 26 Apr 2017 09:53:28 +0000 (09:53 +0000)
committermlarkin <mlarkin@openbsd.org>
Wed, 26 Apr 2017 09:53:28 +0000 (09:53 +0000)
commit15e40f9a70a5f42c5f444f271ac3c124ca19a8ba
tree1bec83eba0c92208fc8793f2b9baf345aeb44328
parent634610df99bca74199bb70d710d2befce1480353
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.
sys/arch/amd64/amd64/vmm.c