Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109800
b: refs/heads/master
c: 8275d10
h: refs/heads/master
v: v3
  • Loading branch information
Robin Holt authored and Linus Torvalds committed Sep 13, 2008
1 parent a7a8ba3 commit 951ef0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ecc9a04de66e7b2d40d539cc39d5798bc46553e9
refs/heads/master: 8275d102f8dbaa4f437f6b03b00d85bfb4e16025
3 changes: 3 additions & 0 deletions trunk/drivers/misc/sgi-gru/grufile.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,9 @@ static void __exit gru_exit(void)
int order = get_order(sizeof(struct gru_state) *
GRU_CHIPLETS_PER_BLADE);

if (!IS_UV())
return;

for (i = 0; i < GRU_CHIPLETS_PER_BLADE; i++)
free_irq(IRQ_GRU + i, NULL);

Expand Down

0 comments on commit 951ef0d

Please sign in to comment.