From: James S. <jsi...@us...> - 2002-05-16 18:02:10
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/m68k/hp300 In directory usw-pr-cvs1:/tmp/cvs-serv14367/linux/arch/m68k/hp300 Modified Files: config.c Log Message: Synced to 2.5.15 Index: config.c =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/m68k/hp300/config.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- config.c 15 Mar 2002 18:28:11 -0000 1.1 +++ config.c 16 May 2002 18:01:37 -0000 1.2 @@ -52,9 +52,6 @@ mach_get_irq_list = show_hp300_interrupts; mach_gettimeoffset = hp300_gettimeoffset; mach_default_handler = &hp300_default_handler; -#if 0 - mach_gettod = hp300_gettod; -#endif mach_reset = hp300_reset; #ifdef CONFIG_HEARTBEAT mach_heartbeat = hp300_pulse; |