summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hppa/include/vmparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h
index 24dd71394ca..a48ad7c7f7e 100644
--- a/sys/arch/hppa/include/vmparam.h
+++ b/sys/arch/hppa/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.17 2001/09/22 18:00:09 miod Exp $ */
+/* $OpenBSD: vmparam.h,v 1.18 2001/10/24 04:08:51 mickey Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -105,7 +105,7 @@
#define VM_FREELIST_DEFAULT 0
#define VM_FREELIST_FIRST16 1
-#ifdef _KERNEL
+#ifndef _LOCORE
struct pmap_physseg {
struct pv_entry *pvent;
};