Include <mips/asm.h>, not the Sprite header names.
This commit is contained in:
parent
a1d3dd50d8
commit
6c0d846a3d
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: locore.S,v 1.23 1996/09/30 01:30:21 jonathan Exp $ */
|
||||
/* $NetBSD: locore.S,v 1.24 1996/09/30 02:21:21 jonathan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
|
@ -61,10 +61,11 @@
|
|||
#include <sys/errno.h>
|
||||
#include <sys/syscall.h>
|
||||
|
||||
#include <mips/regnum.h>
|
||||
#include <mips/asm.h>
|
||||
|
||||
#include <machine/param.h>
|
||||
#include <machine/psl.h>
|
||||
#include <machine/regnum.h>
|
||||
#include <machine/machAsmDefs.h>
|
||||
#include <machine/pte.h>
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
/* $NetBSD: locore_machdep.S,v 1.1 1996/09/30 01:51:17 jonathan Exp $ */
|
||||
/* $NetBSD: locore_machdep.S,v 1.2 1996/09/30 02:21:23 jonathan Exp $ */
|
||||
|
||||
|
||||
/*
|
||||
* ARC-specific mips locore code
|
||||
*/
|
||||
|
||||
#include <mips/asm.h>
|
||||
|
||||
/*
|
||||
* Interrupt counters for vmstat.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: locore_machdep.S,v 1.1 1996/09/30 01:51:16 jonathan Exp $ */
|
||||
/* $NetBSD: locore_machdep.S,v 1.2 1996/09/30 02:21:20 jonathan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
|
@ -58,6 +58,7 @@
|
|||
* DEcstation-specific mips locore code.
|
||||
*/
|
||||
|
||||
#include <mips/asm.h>
|
||||
|
||||
/*
|
||||
* Copy data to a DMA buffer padded with 16 bits of data, 16
|
||||
|
|
Loading…
Reference in New Issue