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/arc/include | |
parent | aec6165188f2f48a79c64f88ddd79014ea5dc23f (diff) |
Add missing _MACHINE & _MACHINE_ARCH defines + some RCS Ids
Diffstat (limited to 'sys/arch/arc/include')
-rw-r--r-- | sys/arch/arc/include/param.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/arc/include/param.h b/sys/arch/arc/include/param.h index bee74384ceb..456af7768d4 100644 --- a/sys/arch/arc/include/param.h +++ b/sys/arch/arc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.6 1996/12/11 11:12:54 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.7 1997/02/28 22:57:34 niklas Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -48,9 +48,11 @@ * Deskstation Tyne * Etc */ -#define MACHINE "arc" -#define MACHINE_ARCH "mips" -#define MID_MACHINE MID_PMAX /* XXX Bogus, but we need it for now... */ +#define MACHINE "arc" +#define _MACHINE arc +#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 |