Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45360
b: refs/heads/master
c: 673aeb7
h: refs/heads/master
v: v3
  • Loading branch information
Michal Ostrowski authored and Paul Mackerras committed Jan 9, 2007
1 parent f114f5a commit eac6c87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 5e264a5215e4b703b1bbeb2910ea4441886be8d7
refs/heads/master: 673aeb76d07f49f2b07792f813bc2a9fee212ab7
5 changes: 2 additions & 3 deletions trunk/arch/powerpc/platforms/pseries/xics.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ static void xics_unmask_irq(unsigned int virq)
static void xics_mask_real_irq(unsigned int irq)
{
int call_status;
unsigned int server;

if (irq == XICS_IPI)
return;
Expand All @@ -236,9 +235,9 @@ static void xics_mask_real_irq(unsigned int irq)
return;
}

server = get_irq_server(irq);
/* Have to set XIVE to 0xff to be able to remove a slot */
call_status = rtas_call(ibm_set_xive, 3, 1, NULL, irq, server, 0xff);
call_status = rtas_call(ibm_set_xive, 3, 1, NULL, irq,
default_server, 0xff);
if (call_status != 0) {
printk(KERN_ERR "xics_disable_irq: irq=%u: ibm_set_xive(0xff)"
" returned %d\n", irq, call_status);
Expand Down

0 comments on commit eac6c87

Please sign in to comment.