From owner-cvs-all Tue Mar 27 18:31:57 2001 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 86C9537B71A; Tue, 27 Mar 2001 18:31:54 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S2Vs278465; Tue, 27 Mar 2001 18:31:54 -0800 (PST) (envelope-from jhb) Message-Id: <200103280231.f2S2Vs278465@freefall.freebsd.org> From: John Baldwin Date: Tue, 27 Mar 2001 18:31:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include cpufunc.h types.h src/sys/i386/include cpufunc.h types.h src/sys/ia64/include cpufunc.h types.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/27 18:31:54 PST Modified files: sys/alpha/include cpufunc.h types.h sys/i386/include cpufunc.h types.h sys/ia64/include cpufunc.h types.h Log: - Add the new critical_t type used to save state inside of critical sections. - Add implementations of the critical_enter() and critical_exit() functions and remove restore_intr() and save_intr(). - Remove the somewhat bogus disable_intr() and enable_intr() functions on the alpha as the alpha actually uses a priority level and not simple bit flag on the CPU. Revision Changes Path 1.10 +5 -20 src/sys/alpha/include/cpufunc.h 1.15 +4 -1 src/sys/alpha/include/types.h 1.101 +19 -16 src/sys/i386/include/cpufunc.h 1.22 +4 -1 src/sys/i386/include/types.h 1.2 +8 -9 src/sys/ia64/include/cpufunc.h 1.3 +5 -2 src/sys/ia64/include/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message