From: James S. <jsi...@us...> - 2002-02-19 17:32:12
|
Update of /cvsroot/linux-mips/linux/arch/mips/sibyte/sb1250 In directory usw-pr-cvs1:/tmp/cvs-serv929 Modified Files: time.c Log Message: Reformat to 80 columns. Index: time.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/sibyte/sb1250/time.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- time.c 17 Dec 2001 18:49:39 -0000 1.3 +++ time.c 19 Feb 2002 17:32:08 -0000 1.4 @@ -83,7 +83,9 @@ * This interrupt is "special" in that it doesn't use the request_irq * way to hook the irq line. The timer interrupt is initialized early * enough to make this a major pain, and it's also firing enough to - * warrant a bit of special case code. sb1250_timer_interrupt is called * directly from irq_handler.S when IP[4] is set during an interrupt + * warrant a bit of special case code. sb1250_timer_interrupt is + * called directly from irq_handler.S when IP[4] is set during an + * interrupt */ } |