Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268997
b: refs/heads/master
c: 18e5a45
h: refs/heads/master
i:
  268995: 601ade1
v: v3
  • Loading branch information
Eric Dumazet authored and Ingo Molnar committed Aug 14, 2011
1 parent 1329bf6 commit fc795a3
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: 7e5b2a01d2ca2eae4ef913b59f84341f9a70e206
refs/heads/master: 18e5a45db30e0e338cdd663eda05a8288cc14fa5
2 changes: 1 addition & 1 deletion trunk/kernel/watchdog.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ static int watchdog_enable(int cpu)

/* create the watchdog thread */
if (!p) {
p = kthread_create(watchdog, (void *)(unsigned long)cpu, "watchdog/%d", cpu);
p = kthread_create_on_node(watchdog, NULL, cpu_to_node(cpu), "watchdog/%d", cpu);
if (IS_ERR(p)) {
printk(KERN_ERR "softlockup watchdog for %i failed\n", cpu);
if (!err) {
Expand Down

0 comments on commit fc795a3

Please sign in to comment.