All of lore.kernel.org
 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

* Re: [PATCH][2.4.24] Indy IP22 compile fixes
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Ladislav Michl @ 2004-01-19 21:51 UTC (permalink / raw)
  To: Heiko Ronsdorf; +Cc: linux-mips

On Mon, Jan 19, 2004 at 09:31:54PM +0100, Heiko Ronsdorf wrote:
> Hi list,
> 
> I was not able to compile 2.4.24 vanilla for my Indy IP22 without
> these modifications. Please apply.

There's no need to apply this patch. Please wait until mips port will
be synced again.

	ladis

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

* Re: [PATCH][2.4.24] Indy IP22 compile fixes
  2004-01-19 21:51 ` Ladislav Michl
@ 2004-01-19 23:16   ` Ralf Baechle
  2004-01-20 12:13     ` Maciej W. Rozycki
  0 siblings, 1 reply; 4+ messages in thread
From: Ralf Baechle @ 2004-01-19 23:16 UTC (permalink / raw)
  To: Ladislav Michl; +Cc: Heiko Ronsdorf, linux-mips

On Mon, Jan 19, 2004 at 10:51:38PM +0100, Ladislav Michl wrote:

> > Hi list,
> > 
> > I was not able to compile 2.4.24 vanilla for my Indy IP22 without
> > these modifications. Please apply.
> 
> There's no need to apply this patch. Please wait until mips port will
> be synced again.

In fact Marcelo already had all the patches then he decieded to screw
versin numbering entirely and throw out a 2.4.24 without everything he
previously already had accepted for .24.

  Ralf

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

* Re: [PATCH][2.4.24] Indy IP22 compile fixes
  2004-01-19 23:16   ` Ralf Baechle
@ 2004-01-20 12:13     ` Maciej W. Rozycki
  0 siblings, 0 replies; 4+ messages in thread
From: Maciej W. Rozycki @ 2004-01-20 12:13 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: Ladislav Michl, Heiko Ronsdorf, linux-mips

On Tue, 20 Jan 2004, Ralf Baechle wrote:

> In fact Marcelo already had all the patches then he decieded to screw
> versin numbering entirely and throw out a 2.4.24 without everything he
> previously already had accepted for .24.

 Well, the action was justified and it's our (?) business we sync to
Marcelo early.  Anyway, there's 2.4.25-pre6 out there, so there's no
problem fixing numbering.  Or is there?

-- 
+  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
+--------------------------------------------------------------+
+        e-mail: macro@ds2.pg.gda.pl, PGP key available        +

^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.