Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119746
b: refs/heads/master
c: 087052b
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Dec 8, 2008
1 parent 6e89928 commit c7b191e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b8d9905d025d80a2357e8ce4704fde2923f6a1bd
refs/heads/master: 087052b02f42b50316c6e4d7f2d8dfba3de6fc2e
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/paravirt-spinlocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

#include <asm/paravirt.h>

static void default_spin_lock_flags(struct raw_spinlock *lock, unsigned long flags)
static inline void
default_spin_lock_flags(raw_spinlock_t *lock, unsigned long flags)
{
__raw_spin_lock(lock);
}
Expand Down

0 comments on commit c7b191e

Please sign in to comment.