diff options
-rw-r--r-- | kernel/user-return-notifier.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/user-return-notifier.c b/kernel/user-return-notifier.c index 530ccb816513..03e2d6fd9b18 100644 --- a/kernel/user-return-notifier.c +++ b/kernel/user-return-notifier.c | |||
@@ -42,5 +42,5 @@ void fire_user_return_notifiers(void) | |||
42 | head = &get_cpu_var(return_notifier_list); | 42 | head = &get_cpu_var(return_notifier_list); |
43 | hlist_for_each_entry_safe(urn, tmp1, tmp2, head, link) | 43 | hlist_for_each_entry_safe(urn, tmp1, tmp2, head, link) |
44 | urn->on_user_return(urn); | 44 | urn->on_user_return(urn); |
45 | put_cpu_var(); | 45 | put_cpu_var(return_notifier_list); |
46 | } | 46 | } |