summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/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/mvme68k/include
parent7455735443ba9915fd8fedc05c02c33c4105f4b2 (diff)
from netbsd; cpu_setstack() is depricated
Diffstat (limited to 'sys/arch/mvme68k/include')
-rw-r--r--sys/arch/mvme68k/include/cpu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/include/cpu.h b/sys/arch/mvme68k/include/cpu.h
index 16ea864334c..1e99b6eda69 100644
--- a/sys/arch/mvme68k/include/cpu.h
+++ b/sys/arch/mvme68k/include/cpu.h
@@ -1,4 +1,4 @@
-/* $Id: cpu.h,v 1.2 1995/11/07 08:49:47 deraadt Exp $ */
+/* $Id: cpu.h,v 1.3 1995/12/21 14:40:36 deraadt Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -81,7 +81,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 */
/*