summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/cpu.h
diff options
context:
space:
mode:
authorTom Cosgrove <tom@cvs.openbsd.org>2007-02-20 21:15:02 +0000
committerTom Cosgrove <tom@cvs.openbsd.org>2007-02-20 21:15:02 +0000
commitb5de0662c0ae590547e7ddf1190bad604e2d2d32 (patch)
tree24d8349b344e6d332fcbcfcb1db55cf1ca3417ee /sys/arch/i386/include/cpu.h
parentd084ccaa91178ec96027c48218e22002215bedba (diff)
Revert PAE pmap for now, until the strange bug is found. This stops
the freezes many of us are seeing (especially on amd64 machines running OpenBSD/i386). Much testing by nick@ (as always - thanks!), hugh@, ian@, kettenis@ and Sam Smith (s (at) msmith (dot) net). Requested by, input from, and ok deraadt@ ok art@, kettenis@, miod@
Diffstat (limited to 'sys/arch/i386/include/cpu.h')
-rw-r--r--sys/arch/i386/include/cpu.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h
index b9ac96eca8a..153e6f2c608 100644
--- a/sys/arch/i386/include/cpu.h
+++ b/sys/arch/i386/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.86 2006/12/24 20:30:35 miod Exp $ */
+/* $OpenBSD: cpu.h,v 1.87 2007/02/20 21:15:01 tom Exp $ */
/* $NetBSD: cpu.h,v 1.35 1996/05/05 19:29:26 christos Exp $ */
/*-
@@ -420,10 +420,6 @@ int kvtop(caddr_t);
void vm86_gpfault(struct proc *, int);
#endif /* VM86 */
-#ifndef SMALL_KERNEL
-int cpu_paenable(void *);
-#endif /* !SMALL_KERNEL */
-
#ifdef GENERIC
/* swapgeneric.c */
void setconf(void);