Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116600
b: refs/heads/master
c: ac8825e
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Oct 14, 2008
1 parent cbb398e commit 2f467b9
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: 2d7da80f7138c4276ef4fa0334be400b805d0fbf
refs/heads/master: ac8825ec6d941b6899331b84c7d6bf027c3bb4f1
2 changes: 1 addition & 1 deletion trunk/kernel/trace/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ static DEFINE_SPINLOCK(ftrace_hash_lock);
#define ftrace_hash_unlock(flags) spin_lock_irqsave(&ftrace_hash_lock, flags)
#else
/* This is protected via the ftrace_lock with MCOUNT_RECORD. */
#define ftrace_hash_lock(flags) do { (void)flags; } while (0)
#define ftrace_hash_lock(flags) do { (void)(flags); } while (0)
#define ftrace_hash_unlock(flags) do { } while(0)
#endif

Expand Down

0 comments on commit 2f467b9

Please sign in to comment.