public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michal Jaegermann <michal@harddata.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.4-ac3
Date: Wed, 2 May 2001 12:12:03 -0600	[thread overview]
Message-ID: <20010502121203.A27478@mail.harddata.com> (raw)
In-Reply-To: <E14uhhF-0002Q8-00@the-village.bc.nu>
In-Reply-To: <E14uhhF-0002Q8-00@the-village.bc.nu>; from alan@lxorguk.ukuu.org.uk on Tue, May 01, 2001 at 10:28:35PM +0100

On Tue, May 01, 2001 at 10:28:35PM +0100, Alan Cox wrote:
> 
....
> 2.4.4-ac3
....

Does not compile on Alpha.  I have a strange feeling that because
of this:-)
> o	Fix module exception race on Alpha		(Andrea Arcangeli)

A declaration was forgotten and, comparing with i386 equivalent, this
minor correction is required:

--- linux-2.4.4-ac/arch/alpha/mm/extable.c~	Wed May  2 11:08:43 2001
+++ linux-2.4.4-ac/arch/alpha/mm/extable.c	Wed May  2 12:08:50 2001
@@ -36,6 +36,8 @@
 
 register unsigned long gp __asm__("$29");
 
+extern spinlock_t modlist_lock;
+
 static unsigned
 search_exception_table_without_gp(unsigned long addr)
 {

    Michal


      parent reply	other threads:[~2001-05-02 18:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-01 21:28 Linux 2.4.4-ac3 Alan Cox
2001-05-02  1:42 ` Miles Lane
2001-05-02  2:15   ` Keith Owens
2001-05-02  2:28   ` Mads Martin Jørgensen
2001-05-02 18:12 ` Michal Jaegermann [this message]

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=20010502121203.A27478@mail.harddata.com \
    --to=michal@harddata.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.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