From d74ebf47d7707cde1c1a78f483319874fe05fe13 Mon Sep 17 00:00:00 2001 From: Yoichi Yuasa Date: Thu, 16 Aug 2007 23:15:42 +0900 Subject: [PATCH] --- yaml --- r: 66146 b: refs/heads/master c: 0caf583398309398ec05fc76bff15c711e9f936d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-mips/arc/hinv.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2ca5b7c922af..00329c487c92 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4c6d0fc2f6ce44161f3fac3b34d262c0dd06cf0c +refs/heads/master: 0caf583398309398ec05fc76bff15c711e9f936d diff --git a/trunk/include/asm-mips/arc/hinv.h b/trunk/include/asm-mips/arc/hinv.h index ee792bf04002..1862912ab148 100644 --- a/trunk/include/asm-mips/arc/hinv.h +++ b/trunk/include/asm-mips/arc/hinv.h @@ -4,6 +4,7 @@ #ifndef _ASM_ARC_HINV_H #define _ASM_ARC_HINV_H +#include #include /* configuration query defines */ @@ -110,7 +111,7 @@ union key_u { ULONG FullKey; }; -#if _MIPS_SIM == _ABI64 +#if _MIPS_SIM == _MIPS_SIM_ABI64 #define SGI_ARCS_VERS 64 /* sgi 64-bit version */ #define SGI_ARCS_REV 0 /* rev .00 */ #else