diff options
| author | matt <matt@NetBSD.org> | 2003-02-03 17:09:53 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2003-02-03 17:09:53 +0000 |
| commit | 2b0e97a5619ac2e4a64b40a360da40e4ca00a272 (patch) | |
| tree | 3944ed9e947967dbeb5562c8db853dd0c9979e99 /sys/arch/bebox/include | |
| parent | 023b82a8068094654c32a63a44f628f6db187834 (diff) | |
Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea).
Diffstat (limited to 'sys/arch/bebox/include')
| -rw-r--r-- | sys/arch/bebox/include/pmap.h | 4 | ||||
| -rw-r--r-- | sys/arch/bebox/include/pte.h | 4 | ||||
| -rw-r--r-- | sys/arch/bebox/include/vmparam.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/bebox/include/pmap.h b/sys/arch/bebox/include/pmap.h index 0d85bf11bc9..853c6b13f6f 100644 --- a/sys/arch/bebox/include/pmap.h +++ b/sys/arch/bebox/include/pmap.h @@ -1,3 +1,3 @@ -/* $NetBSD: pmap.h,v 1.9 2001/06/06 17:42:30 matt Exp $ */ +/* $NetBSD: pmap.h,v 1.10 2003/02/03 17:09:55 matt Exp $ */ -#include <powerpc/mpc6xx/pmap.h> +#include <powerpc/oea/pmap.h> diff --git a/sys/arch/bebox/include/pte.h b/sys/arch/bebox/include/pte.h index 4bda6efcbda..1bc8620c324 100644 --- a/sys/arch/bebox/include/pte.h +++ b/sys/arch/bebox/include/pte.h @@ -1,3 +1,3 @@ -/* $NetBSD: pte.h,v 1.4 2003/01/17 22:36:32 thorpej Exp $ */ +/* $NetBSD: pte.h,v 1.5 2003/02/03 17:09:55 matt Exp $ */ -#include <powerpc/mpc6xx/pte.h> +#include <powerpc/pte.h> diff --git a/sys/arch/bebox/include/vmparam.h b/sys/arch/bebox/include/vmparam.h index ab27fef7f70..8a4b784adee 100644 --- a/sys/arch/bebox/include/vmparam.h +++ b/sys/arch/bebox/include/vmparam.h @@ -1,3 +1,3 @@ -/* $NetBSD: vmparam.h,v 1.13 2001/06/06 17:42:31 matt Exp $ */ +/* $NetBSD: vmparam.h,v 1.14 2003/02/03 17:09:55 matt Exp $ */ -#include <powerpc/mpc6xx/vmparam.h> +#include <powerpc/oea/vmparam.h> |
