On Sat, 23 Jun 2001, Chris Wedgwood wrote:
> On Fri, Jun 22, 2001 at 04:59:36PM +0200, Dag Wieers wrote:
>
> Is there a reason for __FD_SETSIZE to be 1024 in
> linux/posix_types.h and gnu/types.h ?
> Why can't we increase this number by default ?
>
> It migh
aq remarks that increasing this can break select.
Is this still an issue ? Under what conditions ?
Thanks in advance,
-- dag wieers, [EMAIL PROTECTED], http://dag.wieers.com/ --
«Onder voorbehoud van hetgeen niet uitdrukkelijk wordt erkend»
-
To unsubscribe from this list: send the line &q
tions) could be added to the lkml-FAQ ?
It would have prevented me to post it on lkml ;)
Thanks,
-- dag wieers, <[EMAIL PROTECTED]>, http://mind.be/ --
Out of swap, out of luck.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body o
@@ -4821,5 +4821,7 @@
#endif
}
+EXPORT_SYMBOL(__bad_udelay);
+
module_init(init_wavelan_cs);
module_exit(exit_wavelan_cs);
-- dag wieers, <[EMAIL PROTECTED]>, http://mind.be/ --
Out of swap, out of luck.
-
To unsubscribe from this list: send the line "unsubscribe linux-ker
-386,7 +386,7 @@
spin_lock() and
spin_unlock() calls.
spin_lock_bh() is
- unnecessary here, as you are already in a a tasklet, and
+ unnecessary here, as you are already in a tasklet, and
none will be run on the same CPU.
-- dag wieers, <[EMAIL
add(video_base, temp_size, MTRR_TYPE_WRCOMB,
1)==-EINVAL) {
-- dag wieers, <[EMAIL PROTECTED]>, http://mind.be/ --
Out of swap, out of luck.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
t = 0;
break;
}
- if (IDE_PCI_DEVID_RQ(devid, DEVID_VP_OLDIDE))
+ if (IDE_PCI_DEVID_EQ(devid, DEVID_VP_OLDIDE))
{
autodma_default = 0;
break;
-- dag wieers, <[EMAIL PROTECTED]>, htt
7 matches
Mail list logo