include sys/simplelock.h

This commit is contained in:
dsl 2008-01-06 13:25:22 +00:00
parent f3df4c2289
commit b6e6554ace
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.h,v 1.15 2007/10/17 19:54:41 garbled Exp $ */
/* $NetBSD: pmap.h,v 1.16 2008/01/06 13:27:20 dsl Exp $ */
/* $OpenBSD: pmap.h,v 1.14 2001/05/09 15:31:24 art Exp $ */
@ -82,6 +82,7 @@
#ifndef _HPPA_PMAP_H_
#define _HPPA_PMAP_H_
#include <sys/simplelock.h>
#include <machine/pte.h>
typedef

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap_motorola.h,v 1.15 2007/10/17 19:55:05 garbled Exp $ */
/* $NetBSD: pmap_motorola.h,v 1.16 2008/01/06 13:25:22 dsl Exp $ */
/*
* Copyright (c) 1991, 1993
@ -76,6 +76,7 @@
#ifndef _M68K_PMAP_MOTOROLA_H_
#define _M68K_PMAP_MOTOROLA_H_
#include <sys/simplelock.h>
#include <machine/cpu.h>
#include <machine/pte.h>