From 75973fa1ee9afe3bf35c4a9ae6898ac126ebfb09 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Sun, 14 Sep 2008 16:38:57 +0000 Subject: MIPS: remove empty cpu_mips_irqctrl_init() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cpu_mips_irqctrl_init() function in hw/mips_timer.c is empty. Attached patch removes it, and its callers. (Hervé Poussineau) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5214 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/mips_malta.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/mips_malta.c') diff --git a/hw/mips_malta.c b/hw/mips_malta.c index 63af965..d94613c 100644 --- a/hw/mips_malta.c +++ b/hw/mips_malta.c @@ -878,7 +878,6 @@ void mips_malta_init (ram_addr_t ram_size, int vga_ram_size, /* Init internal devices */ cpu_mips_irq_init_cpu(env); cpu_mips_clock_init(env); - cpu_mips_irqctrl_init(); /* Interrupt controller */ /* The 8259 is attached to the MIPS CPU INT0 pin, ie interrupt 2 */ -- cgit v1.1