Re: Linux 2.4.2ac14

2001-03-08 Thread andersg
On Wed, Mar 07, 2001 at 04:40:52PM -0800, Greg KH wrote: > > o Fix the non build problem with do_BUG (Andrew Morton) > i386_ksyms.c:170: `do_BUG' undeclared here (not in a function) > # CONFIG_DEBUG_BUGVERBOSE is not set this patch makes it _compile_ both with and without BUGVERBOS

Re: Linux 2.4.2ac14

2001-03-08 Thread Alan Cox
> >The next patch would create the file `include/linux/hdlc.h', > >which already exists! Assume -R? [n] n > >Apply anyway? [n] y > >patching file `include/linux/hdlc.h' > >Patch attempted to create file `include/linux/hdlc.h', which already exists. > >Hunk #1 FAILED at 1. > >1 out of 1 hunk FAILE

Re: Linux 2.4.2ac14

2001-03-07 Thread Doug Ledford
Alan Cox wrote: > 2.4.2-ac14 > o Updated i810_audio.c(Doug Ledford) I wanted to let people know that there is a lot of new code in this particular update that needs testing. The nice thing is that quake3 should now play with this sound driver so the testing can

Re: Linux 2.4.2ac14

2001-03-07 Thread Keitaro Yosimura
Hi. alan. >2.4.2-ac14 at patching. >The next patch would create the file `include/linux/hdlc.h', >which already exists! Assume -R? [n] n >Apply anyway? [n] y >patching file `include/linux/hdlc.h' >Patch attempted to create file `include/linux/hdlc.h', which already exists. >Hunk #1 FAILED at 1.

Re: Linux 2.4.2ac14

2001-03-07 Thread Greg KH
On Wed, Mar 07, 2001 at 04:40:52PM -0800, Greg KH wrote: > On Wed, Mar 07, 2001 at 11:13:37PM +, Alan Cox wrote: > > o Fix the non build problem with do_BUG (Andrew Morton) > > gcc -D__KERNEL__ -I/home/greg/linux/linux-2.4.2-ac14/include -Wall >-Wstrict-prototypes -O2 -fomit-fram

[PATCH] Re: Linux 2.4.2ac14

2001-03-07 Thread Tachino Nobuhiro
Hello, 2.4.2ac14 compilation fails when CONFIG_DEBUG_BUGVERBOSE is not enabled. Here is my small patch. diff -r -u linux-2.4.2-ac14.org/include/asm-i386/page.h linux-2.4.2-ac14/include/asm-i386/page.h --- linux-2.4.2-ac14.org/include/asm-i386/page.hThu Mar 8 09:31:45 2001 +++ linux-2

Re: Linux 2.4.2ac14

2001-03-07 Thread Greg KH
On Wed, Mar 07, 2001 at 11:13:37PM +, Alan Cox wrote: > o Fix the non build problem with do_BUG (Andrew Morton) gcc -D__KERNEL__ -I/home/greg/linux/linux-2.4.2-ac14/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -march=i686 -mno-terminat