Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172258
b: refs/heads/master
c: 3c912b6
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Ingo Molnar committed Nov 2, 2009
1 parent eb8c154 commit 2861dc8
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: 7a041097518a120f92af631a83db4d41e07ee51b
refs/heads/master: 3c912b6edaac56cb451e7571c95c15cbb6bd0c81
2 changes: 1 addition & 1 deletion trunk/kernel/user-return-notifier.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ void fire_user_return_notifiers(void)
head = &get_cpu_var(return_notifier_list);
hlist_for_each_entry_safe(urn, tmp1, tmp2, head, link)
urn->on_user_return(urn);
put_cpu_var();
put_cpu_var(return_notifier_list);
}

0 comments on commit 2861dc8

Please sign in to comment.