From owner-cvs-sys Sat Jan 10 06:58:18 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA07210 for cvs-sys-outgoing; Sat, 10 Jan 1998 06:58:18 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA06886; Sat, 10 Jan 1998 06:56:03 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA07825; Sat, 10 Jan 1998 06:55:35 -0800 (PST) Date: Sat, 10 Jan 1998 06:55:35 -0800 (PST) Message-Id: <199801101455.GAA07825@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys systm.h src/sys/kern kern_clock.c kern_timeout.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/01/10 06:55:34 PST Modified files: sys/sys systm.h Log: Whoops. softclock is called from doreti_swi as well. Abandon call from hardclock(). Revision Changes Path 1.67 +2 -2 src/sys/sys/systm.h Modified files: sys/kern kern_clock.c kern_timeout.c Log: Whoops. softclock is called from doreti_swi as well. Abandon call from hardclock(). Forgot this: Pointed hat sent by: bd Revision Changes Path 1.50 +3 -3 src/sys/kern/kern_clock.c 1.50 +2 -8 src/sys/kern/kern_timeout.c