From 9c873e424ceabdcdeadd0055411dff8dd53ed6f3 Mon Sep 17 00:00:00 2001 From: briggs Date: Thu, 2 Dec 1993 18:36:35 +0000 Subject: [PATCH] Update MACHINE to mac68k in param.h. Update MACHINE_MID to MID_M68K -- untested. Add __LDPGSZ as 8192 -- untested. --- sys/arch/mac68k/include/aout_machdep.h | 3 ++- sys/arch/mac68k/include/exec.h | 3 ++- sys/arch/mac68k/include/param.h | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sys/arch/mac68k/include/aout_machdep.h b/sys/arch/mac68k/include/aout_machdep.h index 80460ca5ea96..0327c9a30673 100644 --- a/sys/arch/mac68k/include/aout_machdep.h +++ b/sys/arch/mac68k/include/aout_machdep.h @@ -36,7 +36,8 @@ #include "sys/exec.h" -#define MID_MACHINE MID_M68K4K +#define MID_MACHINE MID_M68K +#define __LDPGSZ 8192 /* #define cpu_exec_makecmds(p,epp) ENOEXEC */ diff --git a/sys/arch/mac68k/include/exec.h b/sys/arch/mac68k/include/exec.h index 80460ca5ea96..0327c9a30673 100644 --- a/sys/arch/mac68k/include/exec.h +++ b/sys/arch/mac68k/include/exec.h @@ -36,7 +36,8 @@ #include "sys/exec.h" -#define MID_MACHINE MID_M68K4K +#define MID_MACHINE MID_M68K +#define __LDPGSZ 8192 /* #define cpu_exec_makecmds(p,epp) ENOEXEC */ diff --git a/sys/arch/mac68k/include/param.h b/sys/arch/mac68k/include/param.h index b66b5d246422..390b4c2b4b6a 100644 --- a/sys/arch/mac68k/include/param.h +++ b/sys/arch/mac68k/include/param.h @@ -72,7 +72,7 @@ * from: Utah $Hdr: machparam.h 1.11 89/08/14$ * * from: @(#)param.h 7.8 (Berkeley) 6/28/91 - * $Id: param.h,v 1.2 1993/11/29 00:38:20 briggs Exp $ + * $Id: param.h,v 1.3 1993/12/02 18:36:37 briggs Exp $ */ #ifndef PSL_IPL @@ -91,7 +91,7 @@ I've done a little more messing around; I think we're basically done for now except for tweeking. */ -#define MACHINE "mac" +#define MACHINE "mac68k" /* * Round p (pointer or byte index) up to a correctly-aligned value