diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2013-05-18 18:07:12 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2013-05-18 18:07:12 +0000 |
commit | 637af66958761c6b5e3a78f334fe7f41994b09d5 (patch) | |
tree | 8d9dae2f5515af85eb16d0085586dafdfa203adf /sys/arch/beagle | |
parent | 2771959d83608005959c23bbbc25f294c7b829c3 (diff) |
Bring beagle back to the other pmap header now that it's merged.
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> |