From: Bradley D. L. <br...@us...> - 2001-09-07 18:21:57
|
Update of /cvsroot/linux-mips/linux/arch/mips/galileo-boards/ev64120 In directory usw-pr-cvs1:/tmp/cvs-serv16247/arch/mips/galileo-boards/ev64120 Modified Files: int-handler.S Log Message: Eliminate some mostly (except for time.c) diffs against oss. Index: int-handler.S =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/galileo-boards/ev64120/int-handler.S,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** int-handler.S 2001/06/22 02:29:31 1.1.1.1 --- int-handler.S 2001/09/07 18:21:54 1.2 *************** *** 2,10 **** * int-handler.S * ! * $Id$ ! * Based on the cobalt handler. ! * */ - #include <linux/config.h> #include <asm/asm.h> --- 2,7 ---- * int-handler.S * ! * Based on the cobalt handler. */ #include <linux/config.h> #include <asm/asm.h> *************** *** 14,22 **** #include <asm/stackframe.h> ! /******************************************************************** ! *galileo_handle_int - ! We check for the timer first, then check PCI ints A and D. ! Then check for serial IRQ and fall through. ! *********************************************************************/ .align 5 .set reorder --- 11,19 ---- #include <asm/stackframe.h> ! /* ! * galileo_handle_int - ! * We check for the timer first, then check PCI ints A and D. ! * Then check for serial IRQ and fall through. ! */ .align 5 .set reorder |