diff options
Diffstat (limited to 'sys/arch/hppa64/include/vmparam.h')
-rw-r--r-- | sys/arch/hppa64/include/vmparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa64/include/vmparam.h b/sys/arch/hppa64/include/vmparam.h index 6023b207ade..a8d4a6329c8 100644 --- a/sys/arch/hppa64/include/vmparam.h +++ b/sys/arch/hppa64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.8 2014/01/23 22:06:29 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.9 2014/01/24 05:21:19 miod Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -92,7 +92,7 @@ #define VM_PHYSSEG_NOADD /* XXX until uvm code is fixed */ -#if defined(_KERNEL) && !defined(_LOCORE) +#if !defined(_LOCORE) #include <sys/lock.h> |