On Tuesday 28 March 2006 09:34, Dag-Erling Smorgrav wrote: > des 2006-03-28 14:34:48 UTC > > FreeBSD src repository > > Modified files: > sys/i386/include atomic.h > Log: > Use wrapper macros for atomic pointer operations in order to perform the > correct casts. This should probably be merged to other architectures.
It should really be uintptr_t rather than u_int. You can merge it to other arch's if you wish. You'd complicate sparc64's atomic.h, but not too much. It would be nice if you could take the time to make changes to all archs at once in the future. -- John Baldwin <[EMAIL PROTECTED]> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
