summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-10-20 22:12:16 +0000
committerjhb <jhb@FreeBSD.org>2000-10-20 22:12:16 +0000
commit060a190f062c5c6e4af9be7d4e590e2631b61858 (patch)
tree00985bf9a796ccaed1743e0ffbdeecc98c693e65 /sys
parentfe4aca63547deb06f817787baedf8a23b201b06e (diff)
downloadFreeBSD-src-060a190f062c5c6e4af9be7d4e590e2631b61858.zip
FreeBSD-src-060a190f062c5c6e4af9be7d4e590e2631b61858.tar.gz
Revert the init_clocks change in revision 1.72. On the alpha we use an
ISA device for our clock, so trying to initialize the clock before probing devices introduces a chicken and egg problem. Debug help from: peter
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/kernel.h b/sys/sys/kernel.h
index 95aff68..7d1f57c 100644
--- a/sys/sys/kernel.h
+++ b/sys/sys/kernel.h
@@ -123,10 +123,10 @@ enum sysinit_sub_id {
SI_SUB_SCHED_IDLE = 0x2600000, /* required idle procs */
SI_SUB_MBUF = 0x2700000, /* mbuf subsystem */
SI_SUB_SOFTINTR = 0x2800000, /* start soft interrupt thread */
- SI_SUB_CLOCKS = 0x3000000, /* real time and stat clocks*/
SI_SUB_DRIVERS = 0x3100000, /* Let Drivers initialize */
SI_SUB_CONFIGURE = 0x3800000, /* Configure devices */
SI_SUB_VFS = 0x4000000, /* virtual file system*/
+ SI_SUB_CLOCKS = 0x4800000, /* real time and stat clocks*/
SI_SUB_CLIST = 0x5800000, /* clists*/
SI_SUB_SYSV_SHM = 0x6400000, /* System V shared memory*/
SI_SUB_SYSV_SEM = 0x6800000, /* System V semaphores*/
OpenPOWER on IntegriCloud