Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104472
b: refs/heads/master
c: 3217256
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Ingo Molnar committed Jul 18, 2008
1 parent 62f1b7b commit ad7c6db
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: 2fb5e1e101d1b1c9a1aeca7ad99a02b49241ba7b
refs/heads/master: 32172561889868c0ea422ea8570f0413963a815f
4 changes: 2 additions & 2 deletions trunk/include/asm-x86/paravirt.h
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,7 @@ static inline int __raw_spin_is_contended(struct raw_spinlock *lock)

static __always_inline void __raw_spin_lock(struct raw_spinlock *lock)
{
return PVOP_VCALL1(pv_lock_ops.spin_lock, lock);
PVOP_VCALL1(pv_lock_ops.spin_lock, lock);
}

static __always_inline int __raw_spin_trylock(struct raw_spinlock *lock)
Expand All @@ -1411,7 +1411,7 @@ static __always_inline int __raw_spin_trylock(struct raw_spinlock *lock)

static __always_inline void __raw_spin_unlock(struct raw_spinlock *lock)
{
return PVOP_VCALL1(pv_lock_ops.spin_unlock, lock);
PVOP_VCALL1(pv_lock_ops.spin_unlock, lock);
}

#endif
Expand Down

0 comments on commit ad7c6db

Please sign in to comment.