From c3c682fc46ae4f16d7acc6679689dc3705645fe2 Mon Sep 17 00:00:00 2001 From: simonb Date: Tue, 4 Sep 2001 09:23:27 +0000 Subject: [PATCH] Oops, isn't asm safe, move inside an "#ifndef LOCORE" block. --- sys/arch/mips/include/cpu.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/mips/include/cpu.h b/sys/arch/mips/include/cpu.h index e711ba7da1d5..1f835154ef85 100644 --- a/sys/arch/mips/include/cpu.h +++ b/sys/arch/mips/include/cpu.h @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.54 2001/09/04 06:23:16 simonb Exp $ */ +/* $NetBSD: cpu.h,v 1.55 2001/09/04 09:23:27 simonb Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -41,7 +41,6 @@ #ifndef _CPU_H_ #define _CPU_H_ -#include #include /* @@ -49,6 +48,8 @@ */ #ifndef _LOCORE +#include + #if defined(_KERNEL_OPT) #include "opt_lockdebug.h" #endif