From 65997b0cdeb6b9e16cdbbb314ede217802895ade Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Sat, 1 Sep 2001 15:49:07 +0000 Subject: The "powerpc" port which has supported the newer Apple Macintosh powerpc based is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/include to macppc/include Some files were not "moved" but wrapper files were created which include the powerpc/include version. Several of the powerpc/include files where changed to reflect that they are POWERPC_* not MACHINE_*. --- sys/arch/macppc/include/va-ppc.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sys/arch/macppc/include/va-ppc.h (limited to 'sys/arch/macppc/include/va-ppc.h') diff --git a/sys/arch/macppc/include/va-ppc.h b/sys/arch/macppc/include/va-ppc.h new file mode 100644 index 00000000000..33c345562a7 --- /dev/null +++ b/sys/arch/macppc/include/va-ppc.h @@ -0,0 +1,3 @@ +/* $OpenBSD: va-ppc.h,v 1.1 2001/09/01 15:49:06 drahn Exp $ */ + +#include -- cgit v1.2.3