Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234316
b: refs/heads/master
c: 24774fb
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Jan 27, 2011
1 parent 6729204 commit 150283c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7424cdf77b1b2975d82619084f20f0055f715166
refs/heads/master: 24774fbdeab8f6ac05a19e81bd645b0f7e5d2bb7
2 changes: 1 addition & 1 deletion trunk/arch/sparc/lib/atomic32.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define ATOMIC_HASH(a) (&__atomic_hash[(((unsigned long)a)>>8) & (ATOMIC_HASH_SIZE-1)])

spinlock_t __atomic_hash[ATOMIC_HASH_SIZE] = {
[0 ... (ATOMIC_HASH_SIZE-1)] = SPIN_LOCK_UNLOCKED
[0 ... (ATOMIC_HASH_SIZE-1)] = __SPIN_LOCK_UNLOCKED(__atomic_hash)
};

#else /* SMP */
Expand Down

0 comments on commit 150283c

Please sign in to comment.