Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18354
b: refs/heads/master
c: 0752c67
h: refs/heads/master
v: v3
  • Loading branch information
Dean Nelson authored and Tony Luck committed Jan 13, 2006
1 parent 91ffa0d commit 4bc98d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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: 1ecaded80f94f2779160529aef7d6f37a22c2f60
refs/heads/master: 0752c670d83362609c7f3f59ffa0e180709c60c2
10 changes: 6 additions & 4 deletions trunk/arch/ia64/sn/kernel/xpc_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1022,11 +1022,13 @@ xpc_do_exit(enum xpc_retval reason)
del_timer_sync(&xpc_hb_timer);
DBUG_ON(xpc_vars->heartbeating_to_mask != 0);

/* take ourselves off of the reboot_notifier_list */
(void) unregister_reboot_notifier(&xpc_reboot_notifier);
if (reason == xpcUnloading) {
/* take ourselves off of the reboot_notifier_list */
(void) unregister_reboot_notifier(&xpc_reboot_notifier);

/* take ourselves off of the die_notifier list */
(void) unregister_die_notifier(&xpc_die_notifier);
/* take ourselves off of the die_notifier list */
(void) unregister_die_notifier(&xpc_die_notifier);
}

/* close down protections for IPI operations */
xpc_restrict_IPI_ops();
Expand Down

0 comments on commit 4bc98d5

Please sign in to comment.