patch-2.1.97 linux/include/asm-sparc64/timer.h

Next file: linux/include/asm-sparc64/ttable.h
Previous file: linux/include/asm-sparc64/system.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.96/linux/include/asm-sparc64/timer.h linux/include/asm-sparc64/timer.h
@@ -1,4 +1,4 @@
-/* $Id: timer.h,v 1.1 1997/07/23 10:38:00 davem Exp $
+/* $Id: timer.h,v 1.2 1998/03/15 17:23:52 ecd Exp $
  * timer.h: System timer definitions for sun5.
  *
  * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu)
@@ -47,5 +47,10 @@
  * gets delivered that often.
  */
 #define SUN5_HZ_TO_LIMIT(__hz)  (1000000/(__hz))
+
+#ifdef __SMP__
+extern unsigned long timer_tick_offset;
+extern void timer_tick_interrupt(struct pt_regs *);
+#endif
 
 #endif /* _SPARC64_TIMER_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov