From df6533a42e3ed40f2dbb3482056b6814fb1f8d93 Mon Sep 17 00:00:00 2001 From: jonathan Date: Mon, 16 Jun 1997 07:41:08 +0000 Subject: [PATCH] Fix idempotent inclusion test macro: _MACHCONST -> _MIPS_CPUREGS_H_ to avoid collision with obsolete Sprite-derived NetBSD/pica header file. --- sys/arch/mips/include/cpuregs.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/mips/include/cpuregs.h b/sys/arch/mips/include/cpuregs.h index 9618736ede20..8e827523f073 100644 --- a/sys/arch/mips/include/cpuregs.h +++ b/sys/arch/mips/include/cpuregs.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpuregs.h,v 1.9 1997/06/16 05:37:32 jonathan Exp $ */ +/* $NetBSD: cpuregs.h,v 1.10 1997/06/16 07:41:08 jonathan Exp $ */ /* * Copyright (c) 1992, 1993 @@ -57,8 +57,8 @@ * v 9.1 89/09/18 17:33:00 shirriff Exp SPRITE (DECWRL) */ -#ifndef _MACHCONST -#define _MACHCONST +#ifndef _MIPS_CPUREGS_H_ +#define _MIPS_CPUREGS_H_ #define MACH_KUSEG_ADDR 0x0 #define MACH_CACHED_MEMORY_ADDR 0x80000000 @@ -538,4 +538,4 @@ #define VMMACH_TLB_FOUND_WITH_PATCH 2 #define VMMACH_TLB_PROBE_ERROR 3 -#endif /* _MACHCONST */ +#endif /* _MIPS_CPUREGS_H_ */