Module Name: src Committed By: maya Date: Wed Jan 11 00:41:38 UTC 2017
Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: GC unused macros. Even if they were used (and actually asserted), asserting on !mutex_owned is generally a bad idea, as it may be true in unexpected contexts. suggested by riastradh, thanks. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x86/pci/if_vmx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.