Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2007 05:52:45 +0000 (UTC)
From:      John Birrell <jb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/powerpc/include atomic.h
Message-ID:  <200711260552.lAQ5qjW3091422@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          2007-11-26 05:52:45 UTC

  FreeBSD src repository

  Modified files:
    sys/powerpc/include  atomic.h 
  Log:
  Implement the _long functions using u_long rather than trying to
  cast as uint32_t which is defined as unsigned int. gcc doesn't want to
  consider that there might not be much difference between an int and
  a long on a 32 bit architecture.
  
  Revision  Changes    Path
  1.17      +43 -5     src/sys/powerpc/include/atomic.h



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