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/macppc/include | |
| parent | 023b82a8068094654c32a63a44f628f6db187834 (diff) | |
Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea).
Diffstat (limited to 'sys/arch/macppc/include')
| -rw-r--r-- | sys/arch/macppc/include/bat.h | 4 | ||||
| -rw-r--r-- | sys/arch/macppc/include/pmap.h | 4 | ||||
| -rw-r--r-- | sys/arch/macppc/include/pte.h | 4 | ||||
| -rw-r--r-- | sys/arch/macppc/include/vmparam.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/macppc/include/bat.h b/sys/arch/macppc/include/bat.h index eba55676c9d..7d228c19c36 100644 --- a/sys/arch/macppc/include/bat.h +++ b/sys/arch/macppc/include/bat.h @@ -1,3 +1,3 @@ -/* $NetBSD: bat.h,v 1.3 2001/06/10 15:24:57 tsubai Exp $ */ +/* $NetBSD: bat.h,v 1.4 2003/02/03 17:09:56 matt Exp $ */ -#include <powerpc/mpc6xx/bat.h> +#include <powerpc/bat.h> diff --git a/sys/arch/macppc/include/pmap.h b/sys/arch/macppc/include/pmap.h index 6ebc85d452a..22597c6e770 100644 --- a/sys/arch/macppc/include/pmap.h +++ b/sys/arch/macppc/include/pmap.h @@ -1,3 +1,3 @@ -/* $NetBSD: pmap.h,v 1.6 2003/02/03 05:15:52 matt Exp $ */ +/* $NetBSD: pmap.h,v 1.7 2003/02/03 17:09:56 matt Exp $ */ -#include <powerpc/mpc6xx/pmap.h> +#include <powerpc/pmap.h> diff --git a/sys/arch/macppc/include/pte.h b/sys/arch/macppc/include/pte.h index 38d89485138..4937a68dbfd 100644 --- a/sys/arch/macppc/include/pte.h +++ b/sys/arch/macppc/include/pte.h @@ -1,3 +1,3 @@ -/* $NetBSD: pte.h,v 1.3 2001/06/06 17:50:15 matt Exp $ */ +/* $NetBSD: pte.h,v 1.4 2003/02/03 17:09:56 matt Exp $ */ -#include <powerpc/mpc6xx/pte.h> +#include <powerpc/pte.h> diff --git a/sys/arch/macppc/include/vmparam.h b/sys/arch/macppc/include/vmparam.h index b507c046c90..f9db465bef9 100644 --- a/sys/arch/macppc/include/vmparam.h +++ b/sys/arch/macppc/include/vmparam.h @@ -1,3 +1,3 @@ -/* $NetBSD: vmparam.h,v 1.22 2003/02/02 21:22:11 matt Exp $ */ +/* $NetBSD: vmparam.h,v 1.23 2003/02/03 17:09:56 matt Exp $ */ -#include <powerpc/mpc6xx/vmparam.h> +#include <powerpc/oea/vmparam.h> |
