summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica/madt.c
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2007-09-11 22:54:09 +0000
committerattilio <attilio@FreeBSD.org>2007-09-11 22:54:09 +0000
commitae7f786cc5058c835fc7df2d77a0b29186004678 (patch)
tree9c75d191beec2f52c08afb0fe8d85559f2c2f14f /sys/i386/acpica/madt.c
parente558a701f79237a8896f15c6e4883d87a4fe22b5 (diff)
downloadFreeBSD-src-ae7f786cc5058c835fc7df2d77a0b29186004678.zip
FreeBSD-src-ae7f786cc5058c835fc7df2d77a0b29186004678.tar.gz
This is a follow-up, cleaning-up commit about recent changes involving
topology foo functions. Working at the patch for topology problems in ia32/amd64 evicted some problems regarding functions ordering in the SI_SUB_CPU family of SYSINIT'ed subsystems. In order to avoid problems with new modified to involved functions, a correct ordering is not semantically specified for SI_SUB_CPU functions (for a larger view of the issue please visit: http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075409.html ) Discussed with: peter Tested by: kris, Rui Paulo <rpaulo@FreeBSD.org> Approved by: jeff Approved by: re
Diffstat (limited to 'sys/i386/acpica/madt.c')
-rw-r--r--sys/i386/acpica/madt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/acpica/madt.c b/sys/i386/acpica/madt.c
index 3b32d30..b0eadca 100644
--- a/sys/i386/acpica/madt.c
+++ b/sys/i386/acpica/madt.c
@@ -406,7 +406,7 @@ madt_register(void *dummy __unused)
apic_register_enumerator(&madt_enumerator);
}
-SYSINIT(madt_register, SI_SUB_CPU - 1, SI_ORDER_FIRST, madt_register, NULL)
+SYSINIT(madt_register, SI_SUB_CPU - 1, SI_ORDER_SECOND, madt_register, NULL)
/*
* Call the handler routine for each entry in the MADT table.
OpenPOWER on IntegriCloud