看板 DFBSD_commit 關於我們 聯絡資訊
commit 0503d1d027227c5c8e52f9aae4a0304f6bd04b93 Author: Sepherosa Ziehau <sephe@dragonflybsd.org> Date: Tue Jan 25 13:35:11 2011 +0800 netisr: Make netisr barrier's done and cpumask volatile So that the assignment to these two variables and the following wakeup() will not get reordered. Summary of changes: sys/net/netisr.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0503d1d027227c5c8e52f9aae4a0304f6bd04b93 -- DragonFly BSD source repository