summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/alpha/include/cpu.h3
-rw-r--r--sys/arch/amiga/include/cpu.h3
-rw-r--r--sys/arch/atari/include/cpu.h3
-rw-r--r--sys/arch/hp300/include/cpu.h3
-rw-r--r--sys/arch/mac68k/include/cpu.h5
-rw-r--r--sys/arch/mvme68k/include/cpu.h3
-rw-r--r--sys/arch/sun3/include/cpu.h3
7 files changed, 8 insertions, 15 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
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 */
/*
diff --git a/sys/arch/atari/include/cpu.h b/sys/arch/atari/include/cpu.h
index ef245ac70e3..f3226af124f 100644
--- a/sys/arch/atari/include/cpu.h
+++ b/sys/arch/atari/include/cpu.h
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.8 1995/06/28 02:55:39 cgd Exp $ */
+/* $NetBSD: cpu.h,v 1.9 1995/12/21 05:01:53 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 */
/*
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 */
/*
diff --git a/sys/arch/mac68k/include/cpu.h b/sys/arch/mac68k/include/cpu.h
index f8fbc4d45c9..989fab0aa7d 100644
--- a/sys/arch/mac68k/include/cpu.h
+++ b/sys/arch/mac68k/include/cpu.h
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.25 1995/09/14 02:48:09 briggs Exp $ */
+/* $NetBSD: cpu.h,v 1.26 1995/12/21 05:02:01 mycroft Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -78,8 +78,7 @@
*/
#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)
+#define cpu_swapout(p) /* nothing */
/*
* Arguments to hardclock, softclock and gatherstats
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 */
/*
diff --git a/sys/arch/sun3/include/cpu.h b/sys/arch/sun3/include/cpu.h
index e527874a5a6..3ff22cf5a7f 100644
--- a/sys/arch/sun3/include/cpu.h
+++ b/sys/arch/sun3/include/cpu.h
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.19 1995/06/28 02:56:08 cgd Exp $ */
+/* $NetBSD: cpu.h,v 1.20 1995/12/21 05:02:10 mycroft Exp $ */
/*
* Copyright (c) 1994 Gordon W. Ross
@@ -56,7 +56,6 @@
*/
#define cpu_swapin(p) /* nothing */
#define cpu_wait(p) /* nothing */
-#define cpu_setstack(p, ap) (p)->p_md.md_regs[SP] = ap
/*
* Arguments to hardclock and gatherstats encapsulate the previous