summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-21 14:40:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-21 14:40:39 +0000
commitb3d4450990731f9632e4ce31ac0d6a907638c76b (patch)
tree69fcfff91a79c0ee89e4b18f97aa986e53bea6c2 /sys/arch/hp300/include
parent7455735443ba9915fd8fedc05c02c33c4105f4b2 (diff)
from netbsd; cpu_setstack() is depricated
Diffstat (limited to 'sys/arch/hp300/include')
-rw-r--r--sys/arch/hp300/include/cpu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/include/cpu.h b/sys/arch/hp300/include/cpu.h
index 562acbf1285..d9b674e5407 100644
--- a/sys/arch/hp300/include/cpu.h
+++ b/sys/arch/hp300/include/cpu.h
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.15 1995/12/11 17:09:22 thorpej Exp $ */
+/* $NetBSD: cpu.h,v 1.16 1995/12/21 05:01:57 mycroft Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -55,7 +55,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 */
/*