diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-10-14 17:11:13 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-10-14 17:11:13 +0000 |
commit | 14d4876fe046260ab71d4f13f5ca65a2bedcfb51 (patch) | |
tree | 7e43e4f356756df0fcb9df1f3ceab418351eac74 /sys/arch/powerpc/include/param.h | |
parent | 9fe2eaca91294076ed55c79f0eda5517bd2ecf7c (diff) |
Get a few things right...
Diffstat (limited to 'sys/arch/powerpc/include/param.h')
-rw-r--r-- | sys/arch/powerpc/include/param.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/param.h b/sys/arch/powerpc/include/param.h index b68dd5d1c4c..f2d64876315 100644 --- a/sys/arch/powerpc/include/param.h +++ b/sys/arch/powerpc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.5 1997/10/13 10:53:47 pefo Exp $ */ +/* $OpenBSD: param.h,v 1.6 1997/10/14 17:11:11 pefo Exp $ */ /* $NetBSD: param.h,v 1.1 1996/09/30 16:34:28 ws Exp $ */ /*- @@ -46,6 +46,8 @@ #define MACHINE_ARCH "powerpc" #define _MACHINE_ARCH powerpc +#define MID_MACHINE 0 /* None but has to be defined */ + #define ALIGNBYTES (sizeof(double) - 1) #define ALIGN(p) (((u_int)(p) + ALIGNBYTES) & ~ALIGNBYTES) |