From: Andrea Arcangeli <andrea@suse.de>
To: Jeff Garzik <jgarzik@mandrakesoft.com>
Cc: "Ingo T. Storm" <it@lapavoni.de>,
linux-kernel@vger.kernel.org, Alan Cox <alan@lxorguk.ukuu.org.uk>,
Linus Torvalds <torvalds@transmeta.com>
Subject: Re: 2.4.5 does not link on Ruffian (alpha)
Date: Sun, 27 May 2001 21:22:56 +0200 [thread overview]
Message-ID: <20010527212256.A5882@athlon.random> (raw)
In-Reply-To: <3B0BFE90.CE148B7@kjist.ac.kr> <20010523210923.A730@athlon.random> <022e01c0e5fc$39ac0cf0$2e2ca8c0@buxtown.de> <20010526193649.B1834@athlon.random> <20010526201442.D1834@athlon.random> <3B10521D.346E5886@mandrakesoft.com> <20010527044924.H1834@athlon.random> <20010527184123.E676@athlon.random>
In-Reply-To: <20010527184123.E676@athlon.random>; from andrea@suse.de on Sun, May 27, 2001 at 06:41:23PM +0200
On Sun, May 27, 2001 at 06:41:23PM +0200, Andrea Arcangeli wrote:
> On Sun, May 27, 2001 at 04:49:24AM +0200, Andrea Arcangeli wrote:
> > caused me to write the posted patch to get all compilations right.
>
> The reason I needed that patch is that I was not using 2.4.5aa1 but a
> corrupted tree (I'm been fooled by an hardlink during developement), it
> was just two lines away from the real one.
>
> So this is the fix for all 2.4.5 based trees (ac1 and aa1 included) to
> get generic and dp264 compililations right:
woops, the dp264 compilation wasn't right yet, this additional patch is
needed too.
--- 2.4.5aa2/arch/alpha/kernel/core_tsunami.c.~1~ Sat May 26 04:03:35 2001
+++ 2.4.5aa2/arch/alpha/kernel/core_tsunami.c Sun May 27 20:44:59 2001
@@ -11,7 +11,6 @@
#include <linux/pci.h>
#include <linux/sched.h>
#include <linux/init.h>
-#include <linux/bootmem.h>
#include <asm/ptrace.h>
#include <asm/system.h>
@@ -21,6 +20,8 @@
#include <asm/io.h>
#include <asm/core_tsunami.h>
#undef __EXTERN_INLINE
+
+#include <linux/bootmem.h>
#include "proto.h"
#include "pci_impl.h"
the bootmem include was the one that broke the __EXTERN_INLINE logic for
dp264.
Andrea
next prev parent reply other threads:[~2001-05-27 19:23 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-05-23 18:16 Swap strangeness using 2.4.5pre2aa1 G. Hugh Song
2001-05-23 19:09 ` Andrea Arcangeli
2001-05-26 15:20 ` 2.4.5 does not link on Ruffian (alpha) Ingo T. Storm
2001-05-26 17:36 ` Andrea Arcangeli
2001-05-26 18:14 ` Andrea Arcangeli
2001-05-27 1:02 ` Jeff Garzik
2001-05-27 2:49 ` Andrea Arcangeli
2001-05-27 16:41 ` Andrea Arcangeli
2001-05-27 19:22 ` Andrea Arcangeli [this message]
2001-05-27 21:16 ` Magnus Naeslund(f)
2001-05-26 22:03 ` [PATCH] " Jeff Garzik
2001-05-26 22:48 ` Jeff Garzik
2001-05-27 23:39 ` Richard Henderson
2001-05-27 23:54 ` Jeff Garzik
2001-05-28 1:05 ` Richard Henderson
2001-05-23 22:34 ` Swap strangeness using 2.4.5pre2aa1 Rik van Riel
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=20010527212256.A5882@athlon.random \
--to=andrea@suse.de \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=it@lapavoni.de \
--cc=jgarzik@mandrakesoft.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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 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.