git: netisr: Make netisr barrier's done and cpumask volatile
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Sun Jan 30 17:51:24 PST 2011
commit 0503d1d027227c5c8e52f9aae4a0304f6bd04b93
Author: Sepherosa Ziehau <sephe at 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
More information about the Commits
mailing list