diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-03-01 06:10:16 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-03-01 06:10:16 +0000 |
| commit | 1684ea570654949a7c1d1831db1f55108a6391be (patch) | |
| tree | 00c2003ca1b57846687f4420578a658f04c9aa42 /sys/alpha | |
| parent | 040dd7cfac3755f462ca94dad3dffbe3160a6fea (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/include/param.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h index 8bed4237256d..190b1eb1844a 100644 --- a/sys/alpha/include/param.h +++ b/sys/alpha/include/param.h @@ -1,4 +1,4 @@ -/* $Id: param.h,v 1.7 1998/09/09 01:21:25 jdp Exp $ */ +/* $Id: param.h,v 1.8 1999/02/19 19:34:47 luoqi Exp $ */ /* From: NetBSD: param.h,v 1.20 1997/09/19 13:52:53 leo Exp */ /* @@ -46,10 +46,18 @@ /* * Machine dependent constants for the Alpha. */ +#ifndef _MACHINE #define _MACHINE alpha +#endif +#ifndef MACHINE #define MACHINE "alpha" +#endif +#ifndef _MACHINE_ARCH #define _MACHINE_ARCH alpha +#endif +#ifndef MACHINE_ARCH #define MACHINE_ARCH "alpha" +#endif #define MID_MACHINE MID_ALPHA #include <machine/alpha_cpu.h> |
