From: Andrea Arcangeli <andrea@suse.de>
To: glouis@dynamicro.on.ca
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>, linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.3-ac5
Date: Fri, 13 Apr 2001 01:47:11 +0200 [thread overview]
Message-ID: <20010413014711.D930@athlon.random> (raw)
In-Reply-To: <E14njvB-0000xu-00@the-village.bc.nu> <20010412191726.A719@athame.dynamicro.on.ca>
In-Reply-To: <20010412191726.A719@athame.dynamicro.on.ca>; from glouis@dynamicro.on.ca on Thu, Apr 12, 2001 at 07:17:26PM -0400
On Thu, Apr 12, 2001 at 07:17:26PM -0400, Greg Louis wrote:
> On 20010412 (Thu) at 1726:11 +0100, Alan Cox wrote:
> >
> > 2.4.3-ac5
>
> > o Fix rwsem compile problem (me)
>
> No such luck, I fear, at least not with egcs-2.91.66:
> /usr/src/linux-2.4.3ac5/include/asm/rwsem.h:26: badly punctuated
> parameter list in #define'
> /usr/src/linux-2.4.3ac5/include/asm/rwsem.h: In function 'down_read':
> /usr/src/linux-2.4.3ac5/include/asm/rwsem.h:52: warning: implicit
> declaration of function 'rwsemdebug'
I didn't checked ac5 but this is how I fixed the UP compile problem of 4pre2:
--- 2.4.4pre2aa/include/asm-i386/rwsem.h.~1~ Thu Apr 12 17:25:24 2001
+++ 2.4.4pre2aa/include/asm-i386/rwsem.h Thu Apr 12 17:38:10 2001
@@ -17,7 +17,7 @@
#include <asm/system.h>
#include <asm/atomic.h>
-#include <asm/spinlock.h>
+#include <linux/spinlock.h>
#include <linux/wait.h>
#if RWSEM_DEBUG
Andrea
next prev parent reply other threads:[~2001-04-12 23:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-04-12 16:26 Linux 2.4.3-ac5 Alan Cox
2001-04-12 23:17 ` Greg Louis
2001-04-12 23:47 ` Andrea Arcangeli [this message]
2001-04-13 22:09 ` Scott Prader
2001-04-13 22:18 ` Alan Cox
2001-04-13 22:38 ` Pete Toscano
-- strict thread matches above, loose matches on Subject: below --
2001-04-13 16:29 linux 2.4.3-ac5 mirabilos
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=20010413014711.D930@athlon.random \
--to=andrea@suse.de \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=glouis@dynamicro.on.ca \
--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 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.