Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210403
b: refs/heads/master
c: a73f884
h: refs/heads/master
i:
  210401: c63db70
  210399: 4cb0146
v: v3
  • Loading branch information
Jonathan Corbet authored and Linus Torvalds committed Sep 9, 2010
1 parent 573ed57 commit fb717b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 39aa3cb3e8250db9188a6f1e3fb62ffa1a717678
refs/heads/master: a73f8844e1fc54c3762555c1cf1f71774142ca91
4 changes: 2 additions & 2 deletions trunk/include/linux/lglock.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
int i; \
preempt_disable(); \
rwlock_acquire(&name##_lock_dep_map, 0, 0, _RET_IP_); \
for_each_online_cpu(i) { \
for_each_possible_cpu(i) { \
arch_spinlock_t *lock; \
lock = &per_cpu(name##_lock, i); \
arch_spin_lock(lock); \
Expand All @@ -161,7 +161,7 @@
void name##_global_unlock(void) { \
int i; \
rwlock_release(&name##_lock_dep_map, 1, _RET_IP_); \
for_each_online_cpu(i) { \
for_each_possible_cpu(i) { \
arch_spinlock_t *lock; \
lock = &per_cpu(name##_lock, i); \
arch_spin_unlock(lock); \
Expand Down

0 comments on commit fb717b4

Please sign in to comment.