summaryrefslogtreecommitdiffstats
path: root/hw/mips_malta.c
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-14 16:38:57 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-14 16:38:57 +0000
commit75973fa1ee9afe3bf35c4a9ae6898ac126ebfb09 (patch)
tree75b8445c6dd675320a5f40787a69e2d5bf558df9 /hw/mips_malta.c
parent929a62a0d72571d977757832daf07fe7ad1aa425 (diff)
downloadhqemu-75973fa1ee9afe3bf35c4a9ae6898ac126ebfb09.zip
hqemu-75973fa1ee9afe3bf35c4a9ae6898ac126ebfb09.tar.gz
MIPS: remove empty cpu_mips_irqctrl_init()
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
Diffstat (limited to 'hw/mips_malta.c')
-rw-r--r--hw/mips_malta.c1
1 files changed, 0 insertions, 1 deletions
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 */
OpenPOWER on IntegriCloud