Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61975
b: refs/heads/master
c: 5f7426c
h: refs/heads/master
i:
  61973: cf6df25
  61971: b621220
  61967: 1dd89eb
v: v3
  • Loading branch information
David S. Miller committed Jul 20, 2007
1 parent df19457 commit 2f40a5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2a26302164e0d26df94810ffa2eabcad0fc55c95
refs/heads/master: 5f7426c0e16dba118aa1b18f3c97c3d7adfb7540
4 changes: 2 additions & 2 deletions trunk/arch/sparc64/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -701,10 +701,10 @@ unsigned int sun4v_build_virq(u32 devhandle, unsigned int devino)
{
unsigned long sysino, hv_err;

BUG_ON(devhandle & ~IMAP_IGN);
BUG_ON(devino & ~IMAP_INO);
BUG_ON(devhandle & devino);

sysino = devhandle | devino;
BUG_ON(sysino & ~(IMAP_IGN | IMAP_INO));

hv_err = sun4v_vintr_set_cookie(devhandle, devino, sysino);
if (hv_err) {
Expand Down

0 comments on commit 2f40a5f

Please sign in to comment.