lkml.org 
[lkml]   [2002]   [Aug]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Linux 2.4.20-pre2-ac1
On Wed, 14 Aug 2002, Alan Cox wrote:

>...
> Linux 2.4.20-pre2-ac1
>...
> o Clean up locking a little in ps2esdi (me)
> | This driver needs much love and attention
>...

It doesn't compile:

<-- snip -->

...
gcc -D__KERNEL__
-I/home/bunk/linux/kernel-2.4/linux-2.4.19-full-nohotplug/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=k6 -nostdinc -I
/usr/lib/gcc-lib/i386-linux/2.95.4/include -DKBUILD_BASENAME=ps2esdi -c
-o ps2esdi.o ps2esdi.c
ps2esdi.c: In function `ps2esdi_readwrite':
ps2esdi.c:583: `io_request_irq' undeclared (first use in this function)
ps2esdi.c:583: (Each undeclared identifier is reported only once
ps2esdi.c:583: for each function it appears in.)
make[3]: *** [ps2esdi.o] Error 1
make[3]: Leaving directory
`/home/bunk/linux/kernel-2.4/linux-2.4.19-full-nohotplug/drivers/block'

<-- snip -->


It seems the following was intended?


--- drivers/block/ps2esdi.c.old 2002-08-15 00:01:33.000000000 +0200
+++ drivers/block/ps2esdi.c 2002-08-15 00:02:52.000000000 +0200
@@ -580,10 +580,10 @@
cylinder, head, sector,
CURRENT->current_nr_sectors, drive);

- spin_unlock_irq(&io_request_irq);
+ spin_unlock_irq(&io_request_lock);
/* send the command block to the controller */
err = ps2esdi_out_cmd_blk(cmd_blk);
- spin_lock_irq(&io_request_irq);
+ spin_lock_irq(&io_request_lock);

if (err) {
printk(KERN_ERR "%s: Controller failed\n", DEVICE_NAME);

cu
Adrian


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:28    [W:0.094 / U:2.576 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site