Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Dec 2006 13:36:26 +0000 (UTC)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/amd64/include atomic.h src/sys/i386/include atomic.h
Message-ID:  <200612291336.kBTDaQIb036370@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2006-12-29 13:36:26 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/include    atomic.h 
    sys/i386/include     atomic.h 
  Log:
  Try harder to garbage-collect the "LOCORE" (really asm) version of
  MPLOCKED.  The cleaning in rev.1.25 was supposed to have been undone
  by rev.1.26, but 1.26 could never have actually affected asm files
  since atomic.h is full of C declarations so including it in asm files
  would just give syntax errors.  The asm MPLOCKED is even less needed
  than when misplaced definitions of it were first removed, and is now
  unused in any asm file in the src tree except in anachronismns in
  sys/i386/i386/support.s.
  
  Revision  Changes    Path
  1.42      +6 -6      src/sys/amd64/include/atomic.h
  1.44      +5 -5      src/sys/i386/include/atomic.h



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