看板 DFBSD_commit 關於我們 聯絡資訊
commit 8b69dc9733f24f50596f2181b6fbc940a728e174 Author: Matthew Dillon <dillon@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