Make <sysarch.h> valid for all arm platforms. Adjust/remove port-specific

includes as required.
This commit is contained in:
matt 2001-07-14 00:23:09 +00:00
parent 42bb92201c
commit 24a2b394aa
11 changed files with 16 additions and 30 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2001/06/23 13:25:19 bjh21 Exp $
# $NetBSD: Makefile,v 1.19 2001/07/14 00:23:09 matt Exp $
KDIR= /sys/arch/arm/include
INCSDIR= /usr/include/arm
@ -18,7 +18,7 @@ INCS= ansi.h aout_machdep.h armreg.h asm.h \
param.h pci_machdep.h pio.h proc.h profile.h profileio.h pte.h \
ptrace.h \
reg.h \
setjmp.h signal.h stdarg.h \
setjmp.h signal.h stdarg.h sysarch.h \
trap.h types.h \
varargs.h

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.4 2001/06/18 21:37:33 bjh21 Exp $
# $NetBSD: Makefile,v 1.5 2001/07/14 00:23:10 matt Exp $
KDIR= /sys/arch/arm/include/arm32
INCSDIR= /usr/include/arm/arm32
INCS= katelib.h pcb.h psl.h sysarch.h frame.h param.h pmap.h rtc.h
INCS= frame.h katelib.h param.h pcb.h pmap.h psl.h rtc.h
.include <bsd.kinc.mk>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sysarch.h,v 1.1 2001/02/23 21:23:50 reinoud Exp $ */
/* $NetBSD: sysarch.h,v 1.1 2001/07/14 00:23:09 matt Exp $ */
/*
* Copyright (c) 1996-1997 Mark Brinicombe.
@ -32,8 +32,8 @@
* SUCH DAMAGE.
*/
#ifndef _ARM32_SYSARCH_H_
#define _ARM32_SYSARCH_H_
#ifndef _ARM_SYSARCH_H_
#define _ARM_SYSARCH_H_
/*
* Architecture specific syscalls (arm32)
@ -53,4 +53,4 @@ int arm32_drain_writebuf __P((void));
int sysarch __P((int, void *));
#endif
#endif /* !_ARM32_SYSARCH_H_ */
#endif /* !_ARM_SYSARCH_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: sysarch.h,v 1.6 2001/02/23 21:23:51 reinoud Exp $ */
/* $NetBSD: sysarch.h,v 1.7 2001/07/14 00:23:10 matt Exp $ */
#include <arm/arm32/sysarch.h>
#include <arm/sysarch.h>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2001/06/23 12:20:28 bjh21 Exp $
# $NetBSD: Makefile,v 1.5 2001/07/14 00:23:10 matt Exp $
KDIR= /sys/arch/cats/include
INCSDIR= /usr/include/arm/cats
@ -11,7 +11,6 @@ INCS= bootconfig.h \
katelib.h kerndebug.h \
param.h pcb.h pci_machdep.h pmap.h psl.h \
rtc.h \
sysarch.h \
types.h \
vmparam.h

View File

@ -1,4 +0,0 @@
/* $NetBSD: sysarch.h,v 1.1 2001/06/08 22:23:03 chris Exp $ */
#include <arm/arm32/sysarch.h>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2001/06/23 12:20:29 bjh21 Exp $
# $NetBSD: Makefile,v 1.5 2001/07/14 00:23:10 matt Exp $
KDIR= /sys/arch/dnard/include
INCSDIR= /usr/include/arm/dnard
@ -12,7 +12,7 @@ INCS= bootconfig.h \
katelib.h kerndebug.h \
ofisa_machdep.h \
param.h pcb.h pmap.h psl.h \
scrio.h sysarch.h \
scrio.h \
types.h \
vmparam.h

View File

@ -1,4 +0,0 @@
/* $NetBSD: sysarch.h,v 1.1 2001/03/04 03:33:50 matt Exp $ */
#include <arm/arm32/sysarch.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: sysarch.h,v 1.2 2001/02/23 21:23:53 reinoud Exp $ */
/* $NetBSD: sysarch.h,v 1.3 2001/07/14 00:23:11 matt Exp $ */
#include <arm/arm32/sysarch.h>
#include <arm/sysarch.h>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2001/06/23 12:20:29 bjh21 Exp $
# $NetBSD: Makefile,v 1.6 2001/07/14 00:23:11 matt Exp $
KDIR= /sys/arch/netwinder/include
INCSDIR= /usr/include/arm/netwinder
@ -12,7 +12,6 @@ INCS= bootconfig.h \
netwinder_boot.h \
param.h pcb.h pci_machdep.h pmap.h psl.h \
rtc.h \
sysarch.h \
types.h \
vmparam.h

View File

@ -1,4 +0,0 @@
/* $NetBSD: sysarch.h,v 1.1 2001/04/19 07:11:04 matt Exp $ */
#include <arm/arm32/sysarch.h>