diff options
Diffstat (limited to 'arch/mips/qemu/q-setup.c')
-rw-r--r-- | arch/mips/qemu/q-setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/qemu/q-setup.c b/arch/mips/qemu/q-setup.c index 841394336f00..89a207650ce9 100644 --- a/arch/mips/qemu/q-setup.c +++ b/arch/mips/qemu/q-setup.c | |||
@@ -17,7 +17,6 @@ void __init plat_timer_setup(struct irqaction *irq) | |||
17 | outb_p(0x34,0x43); /* binary, mode 2, LSB/MSB, ch 0 */ | 17 | outb_p(0x34,0x43); /* binary, mode 2, LSB/MSB, ch 0 */ |
18 | outb_p(LATCH & 0xff , 0x40); /* LSB */ | 18 | outb_p(LATCH & 0xff , 0x40); /* LSB */ |
19 | outb(LATCH >> 8 , 0x40); /* MSB */ | 19 | outb(LATCH >> 8 , 0x40); /* MSB */ |
20 | setup_irq(0, irq); | ||
21 | } | 20 | } |
22 | 21 | ||
23 | void __init plat_mem_setup(void) | 22 | void __init plat_mem_setup(void) |