Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH][MIPS] fix ABI check in include/asm-mips/arv/hinv.h
@ 2007-08-16 14:15 Yoichi Yuasa
  2007-08-22 22:53 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2007-08-16 14:15 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yoichi_yuasa, linux-mips

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

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>

diff -pruN -X mips/Documentation/dontdiff mips-orig/include/asm-mips/arc/hinv.h mips/include/asm-mips/arc/hinv.h
--- mips-orig/include/asm-mips/arc/hinv.h	2007-08-16 23:09:37.983572250 +0900
+++ mips/include/asm-mips/arc/hinv.h	2007-08-16 23:08:37.975822000 +0900
@@ -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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH][MIPS] fix ABI check in include/asm-mips/arv/hinv.h
  2007-08-16 14:15 [PATCH][MIPS] fix ABI check in include/asm-mips/arv/hinv.h Yoichi Yuasa
@ 2007-08-22 22:53 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-08-22 22:53 UTC (permalink / raw)
  To: Yoichi Yuasa; +Cc: linux-mips

On Thu, Aug 16, 2007 at 11:15:42PM +0900, Yoichi Yuasa wrote:

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

Fortunately not a fix but only a cleanup because the gcc compiler driver
defines  _MIPS_SIM = _ABI64 for N64, so queued up for 2.6.24.

Thanks,

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-23 12:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-16 14:15 [PATCH][MIPS] fix ABI check in include/asm-mips/arv/hinv.h Yoichi Yuasa
2007-08-22 22:53 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox