summaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2007-09-11 22:54:09 +0000
committerAttilio Rao <attilio@FreeBSD.org>2007-09-11 22:54:09 +0000
commit0b2e598c143df4e263bc0115fd48a9c3d8f56462 (patch)
tree9c75d191beec2f52c08afb0fe8d85559f2c2f14f /sys/amd64
parent8be3f374a71046b142cda066c99527085f6efefe (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/local_apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/local_apic.c b/sys/amd64/amd64/local_apic.c
index 8e21a17b4808..b532e91e4ca9 100644
--- a/sys/amd64/amd64/local_apic.c
+++ b/sys/amd64/amd64/local_apic.c
@@ -1061,7 +1061,7 @@ apic_setup_local(void *dummy __unused)
printf("%s: Failed to setup the local APIC: returned %d\n",
best_enum->apic_name, retval);
}
-SYSINIT(apic_setup_local, SI_SUB_CPU, SI_ORDER_FIRST, apic_setup_local, NULL)
+SYSINIT(apic_setup_local, SI_SUB_CPU, SI_ORDER_SECOND, apic_setup_local, NULL)
/*
* Setup the I/O APICs.