From 3a6016a9f4a76c4aff7c95fc13feb264d318d84d Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 26 Dec 1995 20:30:33 +0000 Subject: from netbsd; Enable paging of the user area --- sys/arch/i386/include/cpu.h | 3 +-- sys/arch/i386/include/types.h | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'sys') 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_ */ -- cgit v1.2.3