freebsd-skq/sys/x86
gibbs 55177c016f Conform to style(9). No functional changes.
sys/x86/xen/hvm.c:
	Do not rely on implicit conversion to boolean in expressions
	(e.g. use "if (rc != 0)" instead of "if (rc)".

	Line continuations for functions are indented an additional
	4 spaces.

	Insert an empty line if the function has no local variables.

	Prefer separate initializtion statements to initialzing
	local variables in their declaration.

	Braces that are not necessary may be left out.

MFC after:	2 weeks
2013-09-01 23:49:36 +00:00
..
acpica Split the pagequeues per NUMA domains, and split pageademon process 2013-08-07 16:36:38 +00:00
bios Add missing header needed by free(9). 2012-09-30 15:42:20 +00:00
cpufreq Adding a detach method to p4tcc driver. 2013-05-10 22:43:27 +00:00
include Implement vector callback for PVHVM and unify event channel implementations 2013-08-29 19:52:18 +00:00
isa Call set_i8254_freq with MODE_STOP (0) rather than a magic number of 0. 2013-08-15 17:21:06 +00:00
pci Trim stray blank line. 2012-04-11 21:00:33 +00:00
x86 Implement vector callback for PVHVM and unify event channel implementations 2013-08-29 19:52:18 +00:00
xen Conform to style(9). No functional changes. 2013-09-01 23:49:36 +00:00