]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement the _long functions using u_long rather than trying to
authorjb <jb@FreeBSD.org>
Mon, 26 Nov 2007 05:52:45 +0000 (05:52 +0000)
committerjb <jb@FreeBSD.org>
Mon, 26 Nov 2007 05:52:45 +0000 (05:52 +0000)
commit7cd7e3058ec442f15961ddc99d9bbc834146c8af
treeaa8859c7a6970dfdeb077b6f3a7d6f44524ede03
parent7ba3b2b0e1985efdc0d87e0eefcfbce699358bdb
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.
sys/powerpc/include/atomic.h