From 65a32ed04ce53e0fc200af7ab3dbb01a4df96e88 Mon Sep 17 00:00:00 2001 From: mycroft Date: Fri, 27 May 1994 11:22:58 +0000 Subject: [PATCH] Add cpu_set_init_frame(). --- sys/arch/i386/include/cpu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h index 919f3240ce79..a9e4f3e36877 100644 --- a/sys/arch/i386/include/cpu.h +++ b/sys/arch/i386/include/cpu.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)cpu.h 5.4 (Berkeley) 5/9/91 - * $Id: cpu.h,v 1.21 1994/05/23 03:00:56 cgd Exp $ + * $Id: cpu.h,v 1.22 1994/05/27 11:22:58 mycroft Exp $ */ #ifndef _I386_CPU_H_ @@ -56,6 +56,7 @@ #define cpu_exec(p) /* nothing */ #define cpu_swapin(p) /* nothing */ #define cpu_wait(p) /* nothing */ +#define cpu_set_init_frame(p,frame) (p->p_md.md_regs = frame) /* * Arguments to hardclock, softclock and statclock