include machine/options.h

This commit is contained in:
cgd 1997-04-07 06:36:24 +00:00
parent f9f2e742af
commit 80c27e8c49
15 changed files with 45 additions and 15 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: interrupt.c,v 1.16 1997/04/07 05:19:14 cgd Exp $ */
/* $NetBSD: interrupt.c,v 1.17 1997/04/07 06:36:24 cgd Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.s,v 1.29 1997/04/07 05:39:10 cgd Exp $ */
/* $NetBSD: locore.s,v 1.30 1997/04/07 06:36:27 cgd Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <machine/asm.h>
#ifndef EVCNT_COUNTERS
#include <machine/intrcnt.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.73 1997/04/07 06:09:06 cgd Exp $ */
/* $NetBSD: machdep.c,v 1.74 1997/04/07 06:36:30 cgd Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signalvar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.old.c,v 1.15 1997/04/07 05:19:18 cgd Exp $ */
/* $NetBSD: pmap.old.c,v 1.16 1997/04/07 06:36:32 cgd Exp $ */
/*
* Copyright (c) 1991, 1993
@ -96,6 +96,8 @@
* and to when physical maps must be made correct.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: apecs.c,v 1.19 1997/04/07 05:19:27 cgd Exp $ */
/* $NetBSD: apecs.c,v 1.20 1997/04/07 06:36:38 cgd Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: apecs_bus_io.c,v 1.2 1997/04/07 05:19:29 cgd Exp $ */
/* $NetBSD: apecs_bus_io.c,v 1.3 1997/04/07 06:36:40 cgd Exp $ */
/*
* Copyright (c) 1996 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: apecs_bus_mem.c,v 1.2 1997/04/07 05:19:30 cgd Exp $ */
/* $NetBSD: apecs_bus_mem.c,v 1.3 1997/04/07 06:36:44 cgd Exp $ */
/*
* Copyright (c) 1996 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cia_bus_io.c,v 1.7 1997/04/07 05:19:34 cgd Exp $ */
/* $NetBSD: cia_bus_io.c,v 1.8 1997/04/07 06:36:46 cgd Exp $ */
/*
* Copyright (c) 1996 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cia_bus_mem.c,v 1.8 1997/04/07 05:19:35 cgd Exp $ */
/* $NetBSD: cia_bus_mem.c,v 1.9 1997/04/07 06:36:48 cgd Exp $ */
/*
* Copyright (c) 1996 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cia_swiz_bus_io.c,v 1.7 1997/04/07 05:19:34 cgd Exp $ */
/* $NetBSD: cia_swiz_bus_io.c,v 1.8 1997/04/07 06:36:46 cgd Exp $ */
/*
* Copyright (c) 1996 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: cia_swiz_bus_mem.c,v 1.8 1997/04/07 05:19:35 cgd Exp $ */
/* $NetBSD: cia_swiz_bus_mem.c,v 1.9 1997/04/07 06:36:48 cgd Exp $ */
/*
* Copyright (c) 1996 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dwlpx_bus_io.c,v 1.3 1997/04/07 05:19:39 cgd Exp $ */
/* $NetBSD: dwlpx_bus_io.c,v 1.4 1997/04/07 06:36:51 cgd Exp $ */
/*
* Copyright (c) 1997 by Matthew Jacob
@ -30,6 +30,8 @@
* SUCH DAMAGE.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dwlpx_bus_mem.c,v 1.3 1997/04/07 05:19:40 cgd Exp $ */
/* $NetBSD: dwlpx_bus_mem.c,v 1.4 1997/04/07 06:36:53 cgd Exp $ */
/*
* Copyright (c) 1997 by Matthew Jacob
@ -30,6 +30,8 @@
* SUCH DAMAGE.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: lca_bus_io.c,v 1.2 1997/04/07 05:19:41 cgd Exp $ */
/* $NetBSD: lca_bus_io.c,v 1.3 1997/04/07 06:36:55 cgd Exp $ */
/*
* Copyright (c) 1996 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: lca_bus_mem.c,v 1.2 1997/04/07 05:19:44 cgd Exp $ */
/* $NetBSD: lca_bus_mem.c,v 1.3 1997/04/07 06:36:58 cgd Exp $ */
/*
* Copyright (c) 1996 Carnegie-Mellon University.
@ -27,6 +27,8 @@
* rights to redistribute these changes.
*/
#include <machine/options.h> /* Pull in config options headers */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>