From 807196c7c442fb553ea1549c82f186a795c8128b Mon Sep 17 00:00:00 2001 From: Thomas Bogendoerfer Date: Tue, 29 Jul 1997 21:58:04 +0000 Subject: increased number of (working) interrupts to 32 --- arch/mips/kernel/entry.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/mips/kernel/entry.S') diff --git a/arch/mips/kernel/entry.S b/arch/mips/kernel/entry.S index 682e00cda..00c321a35 100644 --- a/arch/mips/kernel/entry.S +++ b/arch/mips/kernel/entry.S @@ -229,10 +229,10 @@ EXPORT(exception_handlers) .fill 32,PTRSIZE,0 /* - * Interrupt handler table with 16 entries. + * Interrupt handler table with 32 entries. */ EXPORT(IRQ_vectors) - .fill 16,PTRSIZE,0 + .fill 32,PTRSIZE,0 /* * Table of syscalls -- cgit v1.2.3