From: Heiko Ronsdorf <hero@tango.eidologic.de>
To: linux-mips@linux-mips.org
Subject: [PATCH][2.4.24] Indy IP22 compile fixes
Date: Mon, 19 Jan 2004 21:31:54 +0100 [thread overview]
Message-ID: <20040119213154.A30538@tango.eidologic.de> (raw)
[-- 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"
next reply other threads:[~2004-01-19 20:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-19 20:31 Heiko Ronsdorf [this message]
2004-01-19 21:51 ` [PATCH][2.4.24] Indy IP22 compile fixes Ladislav Michl
2004-01-19 23:16 ` Ralf Baechle
2004-01-20 12:13 ` Maciej W. Rozycki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040119213154.A30538@tango.eidologic.de \
--to=hero@tango.eidologic.de \
--cc=linux-mips@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox