From: Andrea Arcangeli <andrea@suse.de>
To: Pozsar Balazs <pozsy@uhulinux.hu>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
Eyal Lebedinsky <eyal@eyal.emu.id.au>
Subject: Re: 2.4.19pre8aa2
Date: Wed, 8 May 2002 11:34:28 +0200 [thread overview]
Message-ID: <20020508113428.D31998@dualathlon.random> (raw)
In-Reply-To: <20020504165440.C1260@dualathlon.random> <Pine.GSO.4.30.0205080424500.4222-200000@balu>
On Wed, May 08, 2002 at 04:27:23AM +0200, Pozsar Balazs wrote:
> On Sat, 4 May 2002, Andrea Arcangeli wrote:
>
> > This basically fixes a few compile problems (most of them noticed by
> > Eyal incidentally in CC) with some driver that I don't use myself and it
> > cleanups some other bit like with vmalloc_to_page. Nothing important
> > here if aa1 just compiled for you.
>
> Unfortunately I still have a compile problem.
> With CONFIG_BLK_DEV_UMEM=m I get this:
>
> make -C block modules
> make[2]: Entering directory `/home/pozsy/DEV/kernel/compile/2.4.19-pre8-aa2/drivers/block'
> gcc -D__KERNEL__ -I/home/pozsy/DEV/kernel/compile/2.4.19-pre8-aa2/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODVERSIONS -include /home/pozsy/DEV/kernel/compile/2.4.19-pre8-aa2/include/linux/modversions.h -nostdinc -I /usr/lib/gcc-lib/i386-pc-linux-gnu/2.95.3/include -DKBUILD_BASENAME=umem -c -o umem.o umem.c
> umem.c:955: warning: `set_bh_page' redefined
> /home/pozsy/DEV/kernel/compile/2.4.19-pre8-aa2/include/linux/modules/buffer.ver:8: warning: this is the location of the previous definition
> umem.c:136: field `tasklet' has incomplete type
> umem.c: In function `mm_start_io':
> umem.c:343: warning: right shift count >= width of type
> umem.c: In function `mm_unplug_device':
> umem.c:386: warning: implicit declaration of function `local_bh_disable'
> umem.c:388: warning: implicit declaration of function `local_bh_enable'
> umem.c: In function `mm_interrupt':
> umem.c:646: warning: implicit declaration of function `tasklet_schedule'
> umem.c: In function `mm_pci_probe':
> umem.c:1178: warning: implicit declaration of function `tasklet_init_Ra5808bbf'
> umem.c: In function `mm_pci_remove':
> umem.c:1313: warning: implicit declaration of function `tasklet_kill_R79ad224b'
> make[2]: *** [umem.o] Error 1
> make[2]: Leaving directory `/home/pozsy/DEV/kernel/compile/2.4.19-pre8-aa2/drivers/block'
> make[1]: *** [_modsubdir_block] Error 2
> make[1]: Leaving directory `/home/pozsy/DEV/kernel/compile/2.4.19-pre8-aa2/drivers'
> make: *** [_mod_drivers] Error 2
--- 2.4.19pre8aa3/drivers/block/umem.c.~1~ Fri May 3 02:12:07 2002
+++ 2.4.19pre8aa3/drivers/block/umem.c Wed May 8 11:32:44 2002
@@ -42,6 +42,7 @@
#include <linux/smp_lock.h>
#include <linux/timer.h>
#include <linux/pci.h>
+#include <linux/interrupt.h>
#include <linux/fcntl.h> /* O_ACCMODE */
#include <linux/hdreg.h> /* HDIO_GETGEO */
Andrea
next prev parent reply other threads:[~2002-05-08 9:33 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-04 14:54 2.4.19pre8aa2 Andrea Arcangeli
2002-05-04 15:02 ` 2.4.19pre8aa2 Christoph Hellwig
2002-05-04 23:34 ` 2.4.19pre8aa2 Eyal Lebedinsky
2002-05-05 3:04 ` 2.4.19pre8aa2 Keith Owens
2002-05-05 7:40 ` 2.4.19pre8aa2 Eyal Lebedinsky
2002-05-05 8:04 ` 2.4.19pre8aa2 Keith Owens
2002-05-05 8:16 ` 2.4.19pre8aa2 Keith Owens
2002-05-05 13:38 ` 2.4.19pre8aa2 Eyal Lebedinsky
2002-05-05 0:25 ` 2.4.19pre8aa2 Andrea Arcangeli
2002-05-04 18:56 ` 2.4.19pre8aa2 Francois Romieu
2002-05-05 0:14 ` 2.4.19pre8aa2 Andrea Arcangeli
2002-05-08 2:27 ` 2.4.19pre8aa2 Pozsar Balazs
2002-05-08 9:34 ` Andrea Arcangeli [this message]
2002-05-08 9:46 ` Problems with mm on Alpha Oliver Pitzeier
2002-05-08 10:54 ` Ivan Kokshaysky
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=20020508113428.D31998@dualathlon.random \
--to=andrea@suse.de \
--cc=eyal@eyal.emu.id.au \
--cc=linux-kernel@vger.kernel.org \
--cc=pozsy@uhulinux.hu \
/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
all inboxes | Powered by JetHome®