Loading arch/sparc64/kernel/irq.c +13 −14 Original line number Diff line number Diff line Loading @@ -633,7 +633,7 @@ static void process_bucket(struct ino_bucket *bp, struct pt_regs *regs) if (!action_mask) break; } if (bp->pil != 0) { if (tlb_type == hypervisor) { unsigned int ino = __irq_ino(bp); int err; Loading @@ -649,7 +649,6 @@ static void process_bucket(struct ino_bucket *bp, struct pt_regs *regs) /* Test and add entropy */ if (random & SA_SAMPLE_RANDOM) add_interrupt_randomness(bp->pil); } out: bp->flags &= ~IBF_INPROGRESS; } Loading Loading
arch/sparc64/kernel/irq.c +13 −14 Original line number Diff line number Diff line Loading @@ -633,7 +633,7 @@ static void process_bucket(struct ino_bucket *bp, struct pt_regs *regs) if (!action_mask) break; } if (bp->pil != 0) { if (tlb_type == hypervisor) { unsigned int ino = __irq_ino(bp); int err; Loading @@ -649,7 +649,6 @@ static void process_bucket(struct ino_bucket *bp, struct pt_regs *regs) /* Test and add entropy */ if (random & SA_SAMPLE_RANDOM) add_interrupt_randomness(bp->pil); } out: bp->flags &= ~IBF_INPROGRESS; } Loading