summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/mdesc
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/sun4v/mdesc
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/sun4v/mdesc')
-rw-r--r--sys/sun4v/mdesc/mdesc_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sun4v/mdesc/mdesc_init.c b/sys/sun4v/mdesc/mdesc_init.c
index 6de9c2c..bb2990d 100644
--- a/sys/sun4v/mdesc/mdesc_init.c
+++ b/sys/sun4v/mdesc/mdesc_init.c
@@ -53,7 +53,7 @@ static void mdesc_postvm_init(void *);
* can kill off all calls to OBP. OBP removal is not in
* the critical path for sun4v at this time.
*/
-SYSINIT(mdesc_init, SI_SUB_CPU, SI_ORDER_FIRST, mdesc_postvm_init, NULL);
+SYSINIT(mdesc_init, SI_SUB_CPU, SI_ORDER_SECOND, mdesc_postvm_init, NULL);
#define UNIMPLEMENTED panic("%s not implemented.", __FUNCTION__)
OpenPOWER on IntegriCloud