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