Move MACHINE_NONCONTIG from std.mvme68k to <machine/vmparam.h> as per

Jason's request.
This commit is contained in:
scw 1997-10-12 15:39:35 +00:00
parent 83ef48db0a
commit 01e0c4c896
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: std.mvme68k,v 1.2 1997/10/09 21:39:23 scw Exp $
# $NetBSD: std.mvme68k,v 1.3 1997/10/12 15:39:39 scw Exp $
#
# Options/devices that all mvme68ks should have
#
@ -11,5 +11,3 @@ options DEVPAGER # device pager (mapped devices)
options EXEC_AOUT # support for exec'ing a.out
options EXEC_SCRIPT # support for #! scripts
options MACHINE_NONCONTIG # support for VMEbus memory boards

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.4 1997/07/12 16:19:38 perry Exp $ */
/* $NetBSD: vmparam.h,v 1.5 1997/10/12 15:39:35 scw Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -231,3 +231,5 @@
/* pcb base */
#define pcbb(p) ((u_int)(p)->p_addr)
#define MACHINE_NONCONTIG /* VM <=> pmap interface modifier */