Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 1999 16:45:52 -0700 (PDT)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/include atomic.h cpufunc.h src/sys/i386/isa ipl_funcs.c src/sys/sys systm.h
Message-ID:  <199907232345.QAA04371@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         1999/07/23 16:45:51 PDT

  Modified files:
    sys/i386/include     atomic.h cpufunc.h 
    sys/i386/isa         ipl_funcs.c 
    sys/sys              systm.h 
  Log:
  atomic.h:
  	Change "void *" to "volatile TYPE *", improving type safety
  	and eliminating some warnings (e.g., mp_machdep.c rev 1.106).
  
  cpufunc.h:
  	Eliminate setbits.  As defined, it's not precisely correct;
  	and it's redundant.  (Use atomic_set_int instead.)
  
  ipl_funcs.c:
  	Use atomic_set_int instead of setbits.
  
  systm.h:
  	Include atomic.h.
  
  Reviewed by:	bde
  
  Revision  Changes    Path
  1.4       +4 -4      src/sys/i386/include/atomic.h
  1.88      +1 -12     src/sys/i386/include/cpufunc.h
  1.28      +2 -2      src/sys/i386/isa/ipl_funcs.c
  1.94      +2 -1      src/sys/sys/systm.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907232345.QAA04371>