From owner-cvs-all Wed Jul 10 13:16: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA94A37B400; Wed, 10 Jul 2002 13:15:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EEC843E09; Wed, 10 Jul 2002 13:15:58 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from freefall.freebsd.org (dillon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6AKFwJU037180; Wed, 10 Jul 2002 13:15:58 -0700 (PDT) (envelope-from dillon@freefall.freebsd.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6AKFwoJ037179; Wed, 10 Jul 2002 13:15:58 -0700 (PDT) Message-Id: <200207102015.g6AKFwoJ037179@freefall.freebsd.org> From: Matt Dillon Date: Wed, 10 Jul 2002 13:15:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 critical.c exception.s genassym.c src/sys/i386/include critical.h proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2002/07/10 13:15:58 PDT Modified files: sys/i386/i386 critical.c exception.s genassym.c sys/i386/include critical.h proc.h Log: Remove the critmode sysctl - the new method for critical_enter/exit (already the default) is now the only method for i386. Remove the paraphanalia that supported critmode. Remove td_critnest, clean up the assembly, and clean up (mostly remove) the old junk from cpu_critical_enter() and cpu_critical_exit(). Revision Changes Path 1.4 +4 -18 src/sys/i386/i386/critical.c 1.96 +0 -16 src/sys/i386/i386/exception.s 1.126 +0 -1 src/sys/i386/i386/genassym.c 1.2 +17 -45 src/sys/i386/include/critical.h 1.17 +0 -1 src/sys/i386/include/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message