diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-21 14:40:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-21 14:40:39 +0000 |
commit | b3d4450990731f9632e4ce31ac0d6a907638c76b (patch) | |
tree | 69fcfff91a79c0ee89e4b18f97aa986e53bea6c2 /sys/arch/alpha/include/cpu.h | |
parent | 7455735443ba9915fd8fedc05c02c33c4105f4b2 (diff) |
from netbsd; cpu_setstack() is depricated
Diffstat (limited to 'sys/arch/alpha/include/cpu.h')
-rw-r--r-- | sys/arch/alpha/include/cpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/cpu.h b/sys/arch/alpha/include/cpu.h index 0fc461d410b..27ad8c4606c 100644 --- a/sys/arch/alpha/include/cpu.h +++ b/sys/arch/alpha/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.6 1995/06/28 02:55:18 cgd Exp $ */ +/* $NetBSD: cpu.h,v 1.7 1995/12/21 05:01:32 mycroft Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -56,7 +56,6 @@ * referenced in generic code */ #define cpu_wait(p) /* nothing */ -#define cpu_setstack(p, ap) (p)->p_addr->u_pcb.pcb_usp /* * Arguments to hardclock and gatherstats encapsulate the previous |