[MIPS] fix ABI check in include/asm-mips/arv/hinv.h

Fix ABI check in include/asm-mips/arv/hinv.h

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Yoichi Yuasa 2007-08-16 23:15:42 +09:00 committed by Ralf Baechle
parent 4c6d0fc2f6
commit 0caf583398
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
#ifndef _ASM_ARC_HINV_H
#define _ASM_ARC_HINV_H
#include <asm/sgidefs.h>
#include <asm/arc/types.h>
/* 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