X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/7763037f6029390c15fdb73731e32b76ec5e8809..5ff7c8570ab09cdf05bd09944407e0996e2fe218:/usr/src/sys/luna68k/include/cpu.h diff --git a/usr/src/sys/luna68k/include/cpu.h b/usr/src/sys/luna68k/include/cpu.h index 239470f10f..94a0b8b7c9 100644 --- a/usr/src/sys/luna68k/include/cpu.h +++ b/usr/src/sys/luna68k/include/cpu.h @@ -13,7 +13,7 @@ * from: Utah $Hdr: cpu.h 1.16 91/03/25$ * from: hp300/include/cpu.h 8.2 (Berkeley) 9/23/93 * - * @(#)cpu.h 8.3 (Berkeley) %G% + * @(#)cpu.h 8.4 (Berkeley) %G% */ /* @@ -27,10 +27,10 @@ */ #define COPY_SIGCODE /* copy sigcode above user stack in exec */ -#define cpu_exec(p) /* nothing */ -#define cpu_wait(p) /* nothing */ -#define cpu_setstack(p, ap) \ - (p)->p_md.md_regs[SP] = ap +#define cpu_exec(p) /* nothing */ +#define cpu_wait(p) /* nothing */ +#define cpu_setstack(p, ap) (p)->p_md.md_regs[SP] = ap +#define cpu_set_init_frame(p, fp) (p)->p_md.md_regs = fp /* * Arguments to hardclock and gatherstats encapsulate the previous