summaryrefslogtreecommitdiffstats
path: root/sys/amd64/acpica
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-11-08 20:05:22 +0000
committerjhb <jhb@FreeBSD.org>2010-11-08 20:05:22 +0000
commite4b52a71f4e06794195e3d8a7e19a214fb45b244 (patch)
tree892d5340ef2af815ee1a9054a5671950bd3a39ab /sys/amd64/acpica
parent9c0fca4e23bf4549135ef610e2e723e8f04e5fda (diff)
downloadFreeBSD-src-e4b52a71f4e06794195e3d8a7e19a214fb45b244.zip
FreeBSD-src-e4b52a71f4e06794195e3d8a7e19a214fb45b244.tar.gz
A few small style and whitespace fixes.
Diffstat (limited to 'sys/amd64/acpica')
-rw-r--r--sys/amd64/acpica/madt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/amd64/acpica/madt.c b/sys/amd64/acpica/madt.c
index 84bc831..13bbb55 100644
--- a/sys/amd64/acpica/madt.c
+++ b/sys/amd64/acpica/madt.c
@@ -203,8 +203,7 @@ madt_register(void *dummy __unused)
apic_register_enumerator(&madt_enumerator);
}
-SYSINIT(madt_register, SI_SUB_TUNABLES - 1, SI_ORDER_FIRST,
- madt_register, NULL);
+SYSINIT(madt_register, SI_SUB_TUNABLES - 1, SI_ORDER_FIRST, madt_register, NULL);
/*
* Call the handler routine for each entry in the MADT table.
OpenPOWER on IntegriCloud