summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-26 20:30:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-26 20:30:33 +0000
commit3a6016a9f4a76c4aff7c95fc13feb264d318d84d (patch)
tree38451ed107722b7c2ffae5d758698d98237ce4ae
parent1be9867c3e45c64c48e6f050b30f7f5cd03c6eb3 (diff)
from netbsd; Enable paging of the user area
-rw-r--r--sys/arch/i386/include/cpu.h3
-rw-r--r--sys/arch/i386/include/types.h4
2 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h
index bc9a8bebb74..b8fcdd48720 100644
--- a/sys/arch/i386/include/cpu.h
+++ b/sys/arch/i386/include/cpu.h
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.31 1995/10/11 04:20:02 mycroft Exp $ */
+/* $NetBSD: cpu.h,v 1.32 1995/12/24 01:08:02 mycroft Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -54,7 +54,6 @@
*/
#define cpu_swapin(p) /* nothing */
#define cpu_wait(p) /* nothing */
-#define cpu_swapout(p) panic("cpu_swapout: can't get here");
/*
* Arguments to hardclock, softclock and statclock
diff --git a/sys/arch/i386/include/types.h b/sys/arch/i386/include/types.h
index 565b537610d..f6391c5e66d 100644
--- a/sys/arch/i386/include/types.h
+++ b/sys/arch/i386/include/types.h
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.11 1995/07/06 03:39:36 cgd Exp $ */
+/* $NetBSD: types.h,v 1.12 1995/12/24 01:08:03 mycroft Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -69,6 +69,4 @@ typedef unsigned long long u_int64_t;
typedef int32_t register_t;
-#define __SWAP_BROKEN
-
#endif /* _MACHTYPES_H_ */