Re: Noname patch
Bob Manson (manson@pattyr.acs.ohio-state.edu)
Fri, 07 Jul 1995 22:28:12 -0400
>Regarding networking, Bob reported there is a problem with
> drivers/net/auto_irq.c:autoirq_probe()
>when compiling under Linux. The set_irq() call seems to blow away the
>compiler. Replacing that call with
Actually it will compile, but the resulting kernel gets a segfault in
that set_bit() call. Replacing it with the or/shift makes it work just
fine, so I'm assuming it is some sort of problem with either set_bit()
or the way gcc-2.7.0 is compiling it.
Bob