git: kernel - Fix atomic ops for x86_64 kernel build

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Dec 21 10:21:20 PST 2009


commit 8b69dc9733f24f50596f2181b6fbc940a728e174
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Dec 21 10:19:28 2009 -0800

    kernel - Fix atomic ops for x86_64 kernel build
    
    * atomic*_ptr functions were not casting arguments to long, resulting
      in compile-time errors.

Summary of changes:
 sys/cpu/x86_64/include/atomic.h |   57 ++++++++++++++++++++++++++------------
 1 files changed, 39 insertions(+), 18 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8b69dc9733f24f50596f2181b6fbc940a728e174


-- 
DragonFly BSD source repository





More information about the Commits mailing list