Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73420
b: refs/heads/master
c: 4c013f5
h: refs/heads/master
v: v3
  • Loading branch information
Dean Nelson authored and Tony Luck committed Nov 9, 2007
1 parent 158c474 commit 11afc2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 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: ddd6fc7923fbcfbb53f9431cbc981b1c12636e14
refs/heads/master: 4c013f5c7ea39cd62e02c80408560751b4e8c0de
12 changes: 3 additions & 9 deletions trunk/arch/ia64/sn/kernel/xpc_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (c) 2004-2006 Silicon Graphics, Inc. All Rights Reserved.
* Copyright (c) 2004-2007 Silicon Graphics, Inc. All Rights Reserved.
*/


Expand Down Expand Up @@ -257,7 +257,9 @@ xpc_hb_checker(void *ignore)

set_cpus_allowed(current, cpumask_of_cpu(XPC_HB_CHECK_CPU));

/* set our heartbeating to other partitions into motion */
xpc_hb_check_timeout = jiffies + (xpc_hb_check_interval * HZ);
xpc_hb_beater(0);

while (!(volatile int) xpc_exiting) {

Expand Down Expand Up @@ -1338,16 +1340,8 @@ xpc_init(void)
dev_warn(xpc_part, "can't register die notifier\n");
}


/*
* Set the beating to other partitions into motion. This is
* the last requirement for other partitions' discovery to
* initiate communications with us.
*/
init_timer(&xpc_hb_timer);
xpc_hb_timer.function = xpc_hb_beater;
xpc_hb_beater(0);


/*
* The real work-horse behind xpc. This processes incoming
Expand Down

0 comments on commit 11afc2c

Please sign in to comment.