From owner-cvs-all Thu Jan 17 9:49:28 2002 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 C2B2A37B41A; Thu, 17 Jan 2002 09:49:23 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0HHnNr33567; Thu, 17 Jan 2002 09:49:23 -0800 (PST) (envelope-from bde) Message-Id: <200201171749.g0HHnNr33567@freefall.freebsd.org> From: Bruce Evans Date: Thu, 17 Jan 2002 09:49:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 swtch.s src/sys/i386/include pcb.h src/sys/kern subr_trap.c 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 bde 2002/01/17 09:49:23 PST Modified files: sys/i386/i386 swtch.s sys/i386/include pcb.h sys/kern subr_trap.c Log: Changed the type of pcb_flags from u_char to u_int and adjusted things. This removes the only atomic operation on a char type in the entire kernel. Revision Changes Path 1.126 +3 -5 src/sys/i386/i386/swtch.s 1.41 +1 -1 src/sys/i386/include/pcb.h 1.206 +1 -1 src/sys/kern/subr_trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message