From 78c388aed2b7184182c08428db1de6c872d815f5 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 4 Jan 1999 16:03:48 +0000 Subject: Merge with Linux 2.1.131 and more MIPS goodies. (Did I mention that CVS is buggy ...) --- include/asm-sparc/timer.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/asm-sparc/timer.h') diff --git a/include/asm-sparc/timer.h b/include/asm-sparc/timer.h index f1b41f7e4..843ff4b7c 100644 --- a/include/asm-sparc/timer.h +++ b/include/asm-sparc/timer.h @@ -1,4 +1,4 @@ -/* $Id: timer.h,v 1.17 1998/04/24 12:30:19 davem Exp $ +/* $Id: timer.h,v 1.20 1998/09/21 05:07:37 jj Exp $ * timer.h: Definitions for the timer chips on the Sparc. * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) @@ -11,6 +11,7 @@ #include /* For NCPUS */ #include +#include /* Timer structures. The interrupt timer has two properties which * are the counter (which is handled in do_timer in sched.c) and the limit. @@ -102,4 +103,8 @@ extern struct sun4d_timer_regs *sun4d_timers; extern __volatile__ unsigned int *master_l10_counter; extern __volatile__ unsigned int *master_l10_limit; +/* FIXME: Make do_[gs]ettimeofday btfixup calls */ +BTFIXUPDEF_CALL(void, bus_do_settimeofday, struct timeval *tv) +#define bus_do_settimeofday(tv) BTFIXUP_CALL(bus_do_settimeofday)(tv) + #endif /* !(_SPARC_TIMER_H) */ -- cgit v1.2.3