From owner-cvs-all Thu Oct 19 1:16:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D30FC37B4C5; Thu, 19 Oct 2000 01:16:34 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA65610; Thu, 19 Oct 2000 01:16:34 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200010190816.BAA65610@freefall.freebsd.org> From: John Baldwin Date: Thu, 19 Oct 2000 01:16:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys kernel.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/10/19 01:16:34 PDT Modified files: sys/sys kernel.h Log: Move init_clocks earlier in the system startup so that hardclock and clock interrupts are started before the device probe. This allows interrupt threads to run during the device probe among other things. Revision Changes Path 1.72 +2 -2 src/sys/sys/kernel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message