MIPS: MIPSsim: Fix build error if MSC01E_INT_BASE is undefined.

This fixes kernel.org bugzilla 13595, see
http://bugzilla.kernel.org/show_bug.cgi?id=13595

Reported-by: dvice_null@yahoo.com

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+1
+1
arch/mips/mipssim/sim_time.c
··· 91 91 mips_cpu_timer_irq = MSC01E_INT_BASE + MSC01E_INT_CPUCTR; 92 92 } else { 93 93 #endif 94 + { 94 95 if (cpu_has_vint) 95 96 set_vi_handler(cp0_compare_irq, mips_timer_dispatch); 96 97 mips_cpu_timer_irq = MIPS_CPU_IRQ_BASE + cp0_compare_irq;