Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356400
b: refs/heads/master
c: 94c95cf
h: refs/heads/master
v: v3
  • Loading branch information
Li Zhong authored and Benjamin Herrenschmidt committed Jan 29, 2013
1 parent 973d2c7 commit cc3de64
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: 5e249d4528528c9a77da051a89ec7f99d31b83eb
refs/heads/master: 94c95cfbfe784eca5f4b96955e41bda1318605bc
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/include/asm/spinlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static inline int arch_spin_trylock(arch_spinlock_t *lock)

#if defined(CONFIG_PPC_SPLPAR)
/* We only yield to the hypervisor if we are in shared processor mode */
#define SHARED_PROCESSOR (get_lppaca()->shared_proc)
#define SHARED_PROCESSOR (local_paca->lppaca_ptr->shared_proc)
extern void __spin_yield(arch_spinlock_t *lock);
extern void __rw_yield(arch_rwlock_t *lock);
#else /* SPLPAR */
Expand Down

0 comments on commit cc3de64

Please sign in to comment.