mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
Disintegrate asm/system.h for Sparc
Disintegrate asm/system.h for Sparc. Signed-off-by: David Howells <dhowells@redhat.com> cc: sparclinux@vger.kernel.org
This commit is contained in:
parent
e839ca5287
commit
d550bbd40c
84 changed files with 684 additions and 669 deletions
|
@ -8,12 +8,13 @@
|
|||
#ifndef _SPARC_TIMER_H
|
||||
#define _SPARC_TIMER_H
|
||||
|
||||
#include <asm/system.h> /* For SUN4M_NCPUS */
|
||||
#include <asm/cpu_type.h> /* For SUN4M_NCPUS */
|
||||
#include <asm/btfixup.h>
|
||||
|
||||
extern __volatile__ unsigned int *master_l10_counter;
|
||||
|
||||
/* FIXME: Make do_[gs]ettimeofday btfixup calls */
|
||||
struct timespec;
|
||||
BTFIXUPDEF_CALL(int, bus_do_settimeofday, struct timespec *tv)
|
||||
#define bus_do_settimeofday(tv) BTFIXUP_CALL(bus_do_settimeofday)(tv)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue