Date: Wed, 21 May 1997 15:56:06 -0700 (PDT) From: John Polstra <jdp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include cpufunc.h spl.h Message-ID: <199705212256.PAA03152@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 1997/05/21 15:56:05 PDT Modified files: sys/i386/include cpufunc.h spl.h Log: Make setbits() SMP-safe. Eliminate the SETBITS() macro, and replace all uses of it with the equivalent calls to setbits(). This change incidentally eliminates a problem building ELF kernels that was caused by SETBITS. Reviewed by: fsmp, peter Submitted by: bde Revision Changes Path 1.67 +6 -2 src/sys/i386/include/cpufunc.h 1.23 +6 -15 src/sys/i386/include/spl.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705212256.PAA03152>