Move MACHINE_ARCH and _MACHINE_ARCH from pmax/include/param.h to
mips/include/mips_param.h. (They should be common to all mips ports.)
This commit is contained in:
parent
3b868f100b
commit
ccc08d5a61
|
@ -1,4 +1,10 @@
|
|||
/* $NetBSD: mips_param.h,v 1.2 1997/02/28 02:24:41 jonathan Exp $ */
|
||||
/* $NetBSD: mips_param.h,v 1.3 1997/06/08 10:46:04 jonathan Exp $ */
|
||||
|
||||
/*
|
||||
* Architecture name.
|
||||
*/
|
||||
#define _MACHINE_ARCH mips
|
||||
#define MACHINE_ARCH "mips"
|
||||
|
||||
/*
|
||||
* Round p (pointer or byte index) up to a correctly-aligned value for all
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: param.h,v 1.18 1997/02/26 01:45:41 jonathan Exp $ */
|
||||
/* $NetBSD: param.h,v 1.19 1997/06/08 10:46:01 jonathan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -54,8 +54,6 @@
|
|||
|
||||
#define _MACHINE pmax
|
||||
#define MACHINE "pmax"
|
||||
#define _MACHINE_ARCH mips
|
||||
#define MACHINE_ARCH "mips"
|
||||
#define MID_MACHINE MID_PMAX
|
||||
|
||||
#define KERNBASE 0x80000000 /* start of kernel virtual */
|
||||
|
|
Loading…
Reference in New Issue