From 12635e46a15fb15e98e698d1591c32fdafcef0d3 Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 12 Jun 2001 17:38:41 +0000 Subject: [PATCH] The machine is cats, the machine_arch is arm (not arm32). --- sys/arch/cats/include/param.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/arch/cats/include/param.h b/sys/arch/cats/include/param.h index 28d390b8d21e..c59268a1400a 100644 --- a/sys/arch/cats/include/param.h +++ b/sys/arch/cats/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.1 2001/06/08 22:23:02 chris Exp $ */ +/* $NetBSD: param.h,v 1.2 2001/06/12 17:38:41 matt Exp $ */ /* * Copyright (c) 1994,1995 Mark Brinicombe. @@ -32,18 +32,18 @@ * SUCH DAMAGE. */ -#ifndef _ARM32_PARAM_H_ -#define _ARM32_PARAM_H_ +#ifndef _CATS_PARAM_H_ +#define _CATS_PARAM_H_ /* * Machine dependent constants for ARM6+ processors */ -#define _MACHINE arm32 -#define MACHINE "arm32" -#define _MACHINE_ARCH arm32 -#define MACHINE_ARCH "arm32" +#define _MACHINE cats +#define MACHINE "cats" +#define _MACHINE_ARCH arm +#define MACHINE_ARCH "arm" #include -#endif /* _ARM32_PARAM_H_ */ +#endif /* _CATS_PARAM_H_ */