From owner-cvs-sys Mon Jul 1 13:17:55 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA04760 for cvs-sys-outgoing; Mon, 1 Jul 1996 13:17:55 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA04651; Mon, 1 Jul 1996 13:16:15 -0700 (PDT) Date: Mon, 1 Jul 1996 13:16:15 -0700 (PDT) From: Bruce Evans Message-Id: <199607012016.NAA04651@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include cpufunc.h spl.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/07/01 13:16:13 Modified: sys/i386/include cpufunc.h spl.h Log: Fixed lots of warnings about unportable casts of pointers to volatile variables: don't depend on the compiler generating atomic code to set the variables - use inline asm to specify the atomic instruction(s) explicitly. Revision Changes Path 1.52 +10 -3 src/sys/i386/include/cpufunc.h 1.15 +16 -13 src/sys/i386/include/spl.h