Revision 29463b24

b/hw/i8259.c
169 169
    }
170 170

  
171 171
/* all targets should do this rather than acking the IRQ in the cpu */
172
#if defined(TARGET_MIPS) || defined(TARGET_PPC)
172
#if defined(TARGET_MIPS) || defined(TARGET_PPC) || defined(TARGET_ALPHA)
173 173
    else {
174 174
        qemu_irq_lower(s->parent_irq);
175 175
    }

Also available in: Unified diff