Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH][2.4.24] Indy IP22 compile fixes
@ 2004-01-19 20:31 Heiko Ronsdorf
  2004-01-19 21:51 ` Ladislav Michl
  0 siblings, 1 reply; 4+ messages in thread
From: Heiko Ronsdorf @ 2004-01-19 20:31 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 247 bytes --]

Hi list,

I was not able to compile 2.4.24 vanilla for my Indy IP22 without
these modifications. Please apply.

Please CC me, because I am not on the list.

bye,

	Heiko

--
To err is human, to forgive, beyond the scope of the (Operating) System.

[-- Attachment #2: elf.h.patch --]
[-- Type: text/plain, Size: 625 bytes --]

--- linux-2.4.24/include/asm-mips/elf.h.orig	Sat Jan 17 23:13:00 2004
+++ linux-2.4.24/include/asm-mips/elf.h	Sat Jan 17 23:16:56 2004
@@ -18,6 +18,11 @@
 #define EF_MIPS_ARCH_5      0x40000000  /* -mips5 code.  */
 #define EF_MIPS_ARCH_32     0x50000000  /* MIPS32 code.  */
 #define EF_MIPS_ARCH_64     0x60000000  /* MIPS64 code.  */
+
+/* Flags in the e_flags field of the header */
+#define EF_MIPS_ABI2        0x00000020
+#define EF_MIPS_ABI         0x0000f000
+
 /* The ABI of a file. */
 #define EF_MIPS_ABI_O32     0x00001000  /* O32 ABI.  */
 #define EF_MIPS_ABI_O64     0x00002000  /* O32 extended for 64 bit.  */

[-- Attachment #3: sgiseeq.c.patch --]
[-- Type: text/plain, Size: 375 bytes --]

--- linux-2.4.24/drivers/net/sgiseeq.c.orig	Sat Jan 17 22:13:21 2004
+++ linux-2.4.24/drivers/net/sgiseeq.c	Sat Jan 17 22:13:40 2004
@@ -31,8 +31,8 @@
 #include <linux/etherdevice.h>
 #include <linux/skbuff.h>
 
-#include <asm/sgi/sgihpc.h>
-#include <asm/sgi/sgint23.h>
+#include <asm/sgi/hpc3.h>
+#include <asm/sgi/ip22.h>
 #include <asm/sgialib.h>
 
 #include "sgiseeq.h"

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

end of thread, other threads:[~2004-01-20 12:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-19 20:31 [PATCH][2.4.24] Indy IP22 compile fixes Heiko Ronsdorf
2004-01-19 21:51 ` Ladislav Michl
2004-01-19 23:16   ` Ralf Baechle
2004-01-20 12:13     ` Maciej W. Rozycki

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