From 7368f4ae68972ddb7ddb7a31111f0344e34c5fc0 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 24 Jan 2014 05:21:20 +0000 Subject: Do not protect struct vm_page_md with defined(_KERNEL), for userland uvm grovellers need to know it to be able to get the right size for struct vm_page. --- sys/arch/hppa/include/vmparam.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/hppa/include/vmparam.h') diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h index e6755fa0b70..c2a528d2e5a 100644 --- a/sys/arch/hppa/include/vmparam.h +++ b/sys/arch/hppa/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.40 2014/01/23 22:06:29 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.41 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 -- cgit v1.2.3