From b3d4450990731f9632e4ce31ac0d6a907638c76b Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 21 Dec 1995 14:40:39 +0000 Subject: from netbsd; cpu_setstack() is depricated --- sys/arch/amiga/include/cpu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/amiga') diff --git a/sys/arch/amiga/include/cpu.h b/sys/arch/amiga/include/cpu.h index b12ffa1d7dc..763930dbf50 100644 --- a/sys/arch/amiga/include/cpu.h +++ b/sys/arch/amiga/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.24 1995/08/18 15:28:23 chopps Exp $ */ +/* $NetBSD: cpu.h,v 1.25 1995/12/21 05:01:48 mycroft Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -54,7 +54,6 @@ */ #define cpu_swapin(p) /* nothing */ #define cpu_wait(p) /* nothing */ -#define cpu_setstack(p, ap) (p)->p_md.md_regs[SP] = ap #define cpu_swapout(p) /* nothing */ /* -- cgit v1.2.3