Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 912
b: refs/heads/master
c: c0b1242
h: refs/heads/master
v: v3
  • Loading branch information
Colin Ngam authored and Tony Luck committed May 3, 2005
1 parent fc9da48 commit 9cc26f2
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: 3a7d555bfc4d4631d9118fb4d0ed7ab62cc2ca1c
refs/heads/master: c0b12422e5e1d041026dd27074de17d2d7e32c4e
10 changes: 6 additions & 4 deletions trunk/arch/ia64/sn/kernel/io_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@ static void sn_fixup_ionodes(void)
if (status)
continue;

/* Attach the error interrupt handlers */
if (nasid & 1)
ice_error_init(hubdev);
else
hub_error_init(hubdev);

for (widget = 0; widget <= HUB_WIDGET_ID_MAX; widget++)
hubdev->hdi_xwidget_info[widget].xwi_hubinfo = hubdev;

Expand Down Expand Up @@ -211,10 +217,6 @@ static void sn_fixup_ionodes(void)
sn_flush_device_list;
}

if (!(i & 1))
hub_error_init(hubdev);
else
ice_error_init(hubdev);
}

}
Expand Down

0 comments on commit 9cc26f2

Please sign in to comment.