Skip to content

Commit

Permalink
[MIPS] fix ABI check in include/asm-mips/arv/hinv.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Oct 11, 2007
1 parent 4c6d0fc commit 0caf583
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/asm-mips/arc/hinv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0caf583

Please sign in to comment.