Remove unneeded <mips/regdef.h>. Its contents went into asm.h while ago.

This commit is contained in:
drochner 1999-03-13 11:20:55 +00:00
parent 26a8d91a28
commit 2b8eb20358
17 changed files with 17 additions and 34 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bootinit.S,v 1.1 1999/02/22 11:22:40 simonb Exp $ */
/* $NetBSD: bootinit.S,v 1.2 1999/03/13 11:20:56 drochner Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -33,7 +33,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <mips/regdef.h>
#include <mips/asm.h>
#include <mips/cpuregs.h>
#include <machine/dec_prom.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: bootread.S,v 1.1 1999/02/22 11:22:40 simonb Exp $ */
/* $NetBSD: bootread.S,v 1.2 1999/03/13 11:20:56 drochner Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -33,7 +33,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <mips/regdef.h>
#include <mips/asm.h>
#include <mips/cpuregs.h>
#include <machine/dec_prom.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: start.S,v 1.7 1999/02/22 11:01:43 simonb Exp $ */
/* $NetBSD: start.S,v 1.8 1999/03/13 11:20:55 drochner Exp $ */
/*
* Copyright (c) 1992, 1993
@ -55,7 +55,6 @@
* v 1.1 90/02/16 16:19:39 shirriff Exp SPRITE (DECWRL)
*/
#include <mips/regdef.h>
#include <mips/asm.h>
#include <mips/cpuregs.h>
#include <machine/dec_prom.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: bootinit.S,v 1.1 1999/02/22 11:22:40 simonb Exp $ */
/* $NetBSD: bootinit.S,v 1.2 1999/03/13 11:20:56 drochner Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -33,7 +33,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <mips/regdef.h>
#include <mips/asm.h>
#include <mips/cpuregs.h>
#include <machine/dec_prom.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: bootread.S,v 1.1 1999/02/22 11:22:40 simonb Exp $ */
/* $NetBSD: bootread.S,v 1.2 1999/03/13 11:20:56 drochner Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -33,7 +33,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <mips/regdef.h>
#include <mips/asm.h>
#include <mips/cpuregs.h>
#include <machine/dec_prom.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: clear_cache.S,v 1.1 1999/03/01 04:05:18 simonb Exp $ */
/* $NetBSD: clear_cache.S,v 1.2 1999/03/13 11:20:56 drochner Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -33,7 +33,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <mips/regdef.h>
#include <mips/asm.h>
#include <mips/cpuregs.h>
#include <machine/dec_prom.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: printf.S,v 1.1 1999/02/22 11:22:40 simonb Exp $ */
/* $NetBSD: printf.S,v 1.2 1999/03/13 11:20:56 drochner Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -33,7 +33,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <mips/regdef.h>
#include <mips/asm.h>
#include <mips/cpuregs.h>
#include <machine/dec_prom.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: strcat.S,v 1.1 1999/02/22 11:22:40 simonb Exp $ */
/* $NetBSD: strcat.S,v 1.2 1999/03/13 11:20:56 drochner Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -33,7 +33,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <mips/regdef.h>
#include <mips/asm.h>
#include <mips/cpuregs.h>
#include <machine/dec_prom.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: strcmp.S,v 1.1 1999/02/22 11:22:40 simonb Exp $ */
/* $NetBSD: strcmp.S,v 1.2 1999/03/13 11:20:55 drochner Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -33,7 +33,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <mips/regdef.h>
#include <mips/asm.h>
#include <mips/cpuregs.h>
#include <machine/dec_prom.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: strcpy.S,v 1.1 1999/02/22 11:22:40 simonb Exp $ */
/* $NetBSD: strcpy.S,v 1.2 1999/03/13 11:20:55 drochner Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -33,7 +33,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <mips/regdef.h>
#include <mips/asm.h>
#include <mips/cpuregs.h>
#include <machine/dec_prom.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: strlen.S,v 1.1 1999/02/22 11:22:40 simonb Exp $ */
/* $NetBSD: strlen.S,v 1.2 1999/03/13 11:20:56 drochner Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -33,7 +33,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <mips/regdef.h>
#include <mips/asm.h>
#include <mips/cpuregs.h>
#include <machine/dec_prom.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: clear_cache.S,v 1.1 1999/03/01 04:05:18 simonb Exp $ */
/* $NetBSD: clear_cache.S,v 1.2 1999/03/13 11:20:56 drochner Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -33,7 +33,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <mips/regdef.h>
#include <mips/asm.h>
#include <mips/cpuregs.h>
#include <machine/dec_prom.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: printf.S,v 1.1 1999/02/22 11:22:40 simonb Exp $ */
/* $NetBSD: printf.S,v 1.2 1999/03/13 11:20:56 drochner Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -33,7 +33,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <mips/regdef.h>
#include <mips/asm.h>
#include <mips/cpuregs.h>
#include <machine/dec_prom.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: start.S,v 1.7 1999/02/22 11:01:43 simonb Exp $ */
/* $NetBSD: start.S,v 1.8 1999/03/13 11:20:55 drochner Exp $ */
/*
* Copyright (c) 1992, 1993
@ -55,7 +55,6 @@
* v 1.1 90/02/16 16:19:39 shirriff Exp SPRITE (DECWRL)
*/
#include <mips/regdef.h>
#include <mips/asm.h>
#include <mips/cpuregs.h>
#include <machine/dec_prom.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: strcmp.S,v 1.1 1999/02/22 11:22:40 simonb Exp $ */
/* $NetBSD: strcmp.S,v 1.2 1999/03/13 11:20:55 drochner Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -33,7 +33,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <mips/regdef.h>
#include <mips/asm.h>
#include <mips/cpuregs.h>
#include <machine/dec_prom.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: strcpy.S,v 1.1 1999/02/22 11:22:40 simonb Exp $ */
/* $NetBSD: strcpy.S,v 1.2 1999/03/13 11:20:55 drochner Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -33,7 +33,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <mips/regdef.h>
#include <mips/asm.h>
#include <mips/cpuregs.h>
#include <machine/dec_prom.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: strlen.S,v 1.1 1999/02/22 11:22:40 simonb Exp $ */
/* $NetBSD: strlen.S,v 1.2 1999/03/13 11:20:56 drochner Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -33,7 +33,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <mips/regdef.h>
#include <mips/asm.h>
#include <mips/cpuregs.h>
#include <machine/dec_prom.h>