CVSROOT: /home/cvs
Module name: linux
Changes by: ppopov@ftp.linux-mips.org 03/05/20 06:42:42
Modified files:
arch/mips/au1000/common: Tag: linux_2_4 irq.c
arch/mips/au1000/db1x00: Tag: linux_2_4 Makefile
arch/mips/au1000/pb1000: Tag: linux_2_4 Makefile
arch/mips/au1000/pb1100: Tag: linux_2_4 Makefile
arch/mips/au1000/pb1500: Tag: linux_2_4 Makefile
include/asm-mips: Tag: linux_2_4 au1000.h
Log message:
A much needed facelift of irq.c by Embedded Edge:
1.) Replaces the loops in the dispatcher with the optimized
'ffs()' function.
2.) The init_IRQ, takes a "map" of interrupt mappings for a particular
board, removing all of the #ifdefs in the common/irq.c files.
|