Update of /cvsroot/linux-mips/linux/include/asm-mips64
In directory usw-pr-cvs1:/tmp/cvs-serv14748a/include/asm-mips64
Modified Files:
time.h
Log Message:
64-bit time fixes to make time.c match the 32-bit version.
Index: time.h
===================================================================
RCS file: /cvsroot/linux-mips/linux/include/asm-mips64/time.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- time.h 2 Jan 2002 19:12:18 -0000 1.1
+++ time.h 24 Apr 2002 17:26:02 -0000 1.2
@@ -1,5 +1,5 @@
/*
- * Copyright 2001 MontaVista Software Inc.
+ * Copyright (C) 2001, 2002, MontaVista Software Inc.
* Author: Jun Sun, js...@mv... or js...@ju...
*
* include/asm-mips/time.h
@@ -59,6 +59,12 @@
* the corresponding low-level timer interrupt routine.
*/
asmlinkage void ll_timer_interrupt(int irq, struct pt_regs *regs);
+
+/*
+ * profiling and process accouting is done separately in local_timer_interrupt
+ */
+void local_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs);
+asmlinkage void ll_local_timer_interrupt(int irq, struct pt_regs *regs);
/*
* board specific routines required by time_init().
|