diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-28 22:57:42 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-28 22:57:42 +0000 |
commit | 8598738d076ada9be3fffdc9db2c5898d67617dc (patch) | |
tree | f41ed941627bb00260766dc93b1fae6ce4189d01 /sys/arch/wgrisc | |
parent | aec6165188f2f48a79c64f88ddd79014ea5dc23f (diff) |
Add missing _MACHINE & _MACHINE_ARCH defines + some RCS Ids
Diffstat (limited to 'sys/arch/wgrisc')
-rw-r--r-- | sys/arch/wgrisc/include/param.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/wgrisc/include/param.h b/sys/arch/wgrisc/include/param.h index 89821d1d398..a53fcbc6a9c 100644 --- a/sys/arch/wgrisc/include/param.h +++ b/sys/arch/wgrisc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.2 1997/02/23 21:59:29 pefo Exp $ */ +/* $OpenBSD: param.h,v 1.3 1997/02/28 22:57:41 niklas Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -44,9 +44,11 @@ /* * Machine dependent constants for Willowglen Mips RISC machines: */ -#define MACHINE "wgrisc" -#define MACHINE_ARCH "mips" -#define MID_MACHINE MID_PMAX /* XXX Bogus, but we need it for now... */ +#define MACHINE "wgrisc" +#define MACHINE wgrisc +#define MACHINE_ARCH "mips" +#define _MACHINE_ARCH mips +#define MID_MACHINE MID_PMAX /* XXX Bogus, but needed for now... */ /* * Round p (pointer or byte index) up to a correctly-aligned value for all |