Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298407
b: refs/heads/master
c: 9b218f6
h: refs/heads/master
i:
  298405: 4c77a69
  298403: e9b7542
  298399: f714ff3
v: v3
  • Loading branch information
Andrew Morton authored and Benjamin Herrenschmidt committed Apr 2, 2012
1 parent 6aba80f commit 107ea76
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: 37ef9bd48af6ab9a3d1fd28df4f929abc19f2cc3
refs/heads/master: 9b218f63e50e590fe0c7724a0838d7eaa6dae5ce
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/pseries/eeh_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ static int eeh_event_handler(void * dummy)
struct eeh_dev *edev;

set_task_comm(current, "eehd");
set_current_state(TASK_INTERRUPTIBLE);

spin_lock_irqsave(&eeh_eventlist_lock, flags);
event = NULL;
Expand All @@ -83,6 +82,7 @@ static int eeh_event_handler(void * dummy)
printk(KERN_INFO "EEH: Detected PCI bus error on device %s\n",
eeh_pci_name(edev->pdev));

set_current_state(TASK_INTERRUPTIBLE); /* Don't add to load average */
edev = handle_eeh_events(event);

eeh_clear_slot(eeh_dev_to_of_node(edev), EEH_MODE_RECOVERING);
Expand Down

0 comments on commit 107ea76

Please sign in to comment.