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: Misspelled spinlock_prefetch for MK7 (was: Linux 2.4.2ac14)

2001-03-07 Thread junio
Sorry, I have wasted your time by speaking too early. Here is a corrected version of my fix; the old one replaced one typo with another X-<. You need this to link for Athron/Durons. --- 2.4.2-ac14/include/asm-i386/processor.h Wed Mar 7 16:59:48 2001 +++ 2.4.2-ac14/include/asm-i386/processo

Misspelled spinlock_prefetch for MK7 (was: Linux 2.4.2ac14)

2001-03-07 Thread junio
You need this to compile for Athron/Durons. --- 2.4.2-ac14/include/asm-i386/processor.h Wed Mar 7 16:59:48 2001 +++ 2.4.2-ac14/include/asm-i386/processor.h Wed Mar 7 17:25:17 2001 @@ -499,7 +499,7 @@ { __asm__ __volatile__ ("prefetch (%0)" : : "r"(x)); } -#define spinock_pref

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

Linux 2.4.2ac14

2001-03-07 Thread Alan Cox
ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ 2.4.2-ac14 o Fix the non build problem with do_BUG (Andrew Morton) o Fix interface autocreation bug in ipx (Arnaldo Carvalho Also fix pprop routing bugs, tctrl handling de Melo) Fi