diff options
Diffstat (limited to 'sys/arch/beagle')
-rw-r--r-- | sys/arch/beagle/include/pmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/beagle/include/pmap.h b/sys/arch/beagle/include/pmap.h index 21e61ef8119..a8595e496bf 100644 --- a/sys/arch/beagle/include/pmap.h +++ b/sys/arch/beagle/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.2 2013/04/30 13:10:45 patrick Exp $ */ +/* $OpenBSD: pmap.h,v 1.3 2013/05/18 18:07:11 patrick Exp $ */ /* $NetBSD: pmap.h,v 1.2 2001/11/23 17:29:01 thorpej Exp $ */ -#include <arm/pmap7.h> +#include <arm/pmap.h> |