Pull in the BWX inlines. We expect the arch to be set appropriately for
the assembler before these files are pulled in by the chip-sepecific files.
This commit is contained in:
parent
4e08cc6996
commit
90bc415584
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pci_bwx_bus_io_chipdep.c,v 1.5 1998/08/30 23:29:10 cgd Exp $ */
|
||||
/* $NetBSD: pci_bwx_bus_io_chipdep.c,v 1.6 1999/12/02 19:44:49 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
|
||||
|
@ -84,6 +84,8 @@
|
|||
|
||||
#include <sys/extent.h>
|
||||
|
||||
#include <machine/bwx.h>
|
||||
|
||||
#define __C(A,B) __CONCAT(A,B)
|
||||
#define __S(S) __STRING(S)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pci_bwx_bus_mem_chipdep.c,v 1.5 1998/08/30 23:29:10 cgd Exp $ */
|
||||
/* $NetBSD: pci_bwx_bus_mem_chipdep.c,v 1.6 1999/12/02 19:44:49 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
|
||||
|
@ -84,6 +84,8 @@
|
|||
|
||||
#include <sys/extent.h>
|
||||
|
||||
#include <machine/bwx.h>
|
||||
|
||||
#define __C(A,B) __CONCAT(A,B)
|
||||
#define __S(S) __STRING(S)
|
||||
|
||||
|
|
Loading…
Reference in New Issue