Only include opt_m68k_arch.h if _KERNEL_OPT is defined, so that librump

builds again.  OK'ed by mrg@.
This commit is contained in:
he 2010-06-06 11:41:06 +00:00
parent 03fcc3422b
commit df6736b3e1

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap_motorola.h,v 1.29 2010/06/06 04:50:07 mrg Exp $ */
/* $NetBSD: pmap_motorola.h,v 1.30 2010/06/06 11:41:06 he Exp $ */
/*
* Copyright (c) 1991, 1993
@ -76,7 +76,9 @@
#ifndef _M68K_PMAP_MOTOROLA_H_
#define _M68K_PMAP_MOTOROLA_H_
#ifdef _KERNEL_OPT
#include "opt_m68k_arch.h"
#endif
#include <sys/simplelock.h>
#include <machine/cpu.h>