apply some _KERNEL_OPT.

This commit is contained in:
mrg 2011-04-17 09:50:33 +00:00
parent 19625811ee
commit 648bc71c1a
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: xen.h,v 1.32 2009/07/29 12:02:06 cegger Exp $ */
/* $NetBSD: xen.h,v 1.33 2011/04/17 09:50:33 mrg Exp $ */
/*
*
@ -27,7 +27,10 @@
#ifndef _XEN_H
#define _XEN_H
#ifdef _KERNEL_OPT
#include "opt_xen.h"
#endif
#ifndef _LOCORE

View File

@ -1,4 +1,4 @@
/* $NetBSD: xenpmap.h,v 1.25 2011/02/10 00:23:14 jym Exp $ */
/* $NetBSD: xenpmap.h,v 1.26 2011/04/17 09:50:33 mrg Exp $ */
/*
*
@ -29,7 +29,10 @@
#ifndef _XEN_XENPMAP_H_
#define _XEN_XENPMAP_H_
#ifdef _KERNEL_OPT
#include "opt_xen.h"
#endif
#define INVALID_P2M_ENTRY (~0UL)