All of lore.kernel.org
 help / color / mirror / Atom feed
* kernel 2.4.20
@ 2004-01-13 11:10 gojyo
  2004-01-13 15:51 ` Ducrot Bruno
  0 siblings, 1 reply; 17+ messages in thread
From: gojyo @ 2004-01-13 11:10 UTC (permalink / raw)
  To: cpufreq

I need to patch a 2.4.20 kernel; however, with the last release of cpufreq for 2.4 kernels I have lot of patch errors. In the ftp archive I can't understand which version I need, can you help me please? Which release do I need for 2.4.20 kernel?


_____________________________________________________________
Open a Private 6MB Email account today, for Free!
----- http://www.killamail.com -----

^ permalink raw reply	[flat|nested] 17+ messages in thread
* Kernel 2.4.20
@ 2003-07-24  3:19 David Munn
  2003-07-24  4:57 ` Jeremy Utley
  2003-07-24  8:01 ` Riley Williams
  0 siblings, 2 replies; 17+ messages in thread
From: David Munn @ 2003-07-24  3:19 UTC (permalink / raw)
  To: Linux-hams


Hi All......have been putting Slackware 9.0 onto a 2ghz h/d for use with 
packet......i set it up with all the ax25 progs....libax25...ax25 
utils...ax25 tools  etc and then configured it to use my SB16 soundcard on 
4800 bd.....
when i modprobe soundmodem i get a warning message that the driver could 
corrupt the kernel and also ...no licence....

thought this might be a problem with the Slackware distro but also have this 
Kernel loaded on my Red Hat machine...have checked this one also and found 
the same Warning message when i ...modprobe soundmodem.....

has there been a patch for this problem.....it is not in the 2.4.19 kernel 
.....will have to go back to Red Hat 7.3 to setup my packet machine if there 
isnt...

73s to you all
David Munn
VK4BDJ

^ permalink raw reply	[flat|nested] 17+ messages in thread
* kernel 2.4.20
@ 2003-05-23  6:19 Gurpreet Singh (SCM)
  2003-05-23 18:51 ` Jan Knutar
  0 siblings, 1 reply; 17+ messages in thread
From: Gurpreet Singh (SCM) @ 2003-05-23  6:19 UTC (permalink / raw)
  To: linux-kernel

Hi 

I need to study / install  the RSBAC - ACL model.

The Kernel package I downloaded  is   linux-2.4.20-rsbac-v1.2.2-pre5
I am getting the boot error / message at boot while loading the lilo.
Currently I am having 2.4.7 version Kernel.

Any inupts for the resources for it.. Has any one tried this stuff ?

Thanks in advance 

Gurpreet S 

^ permalink raw reply	[flat|nested] 17+ messages in thread
* Re: Change -mcpu option for VR41xx
@ 2003-02-25  3:48 Yoichi Yuasa
  2003-02-25  7:58   ` jeff
  0 siblings, 1 reply; 17+ messages in thread
From: Yoichi Yuasa @ 2003-02-25  3:48 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yoichi_yuasa, linux-mips

[-- Attachment #1: Type: text/plain, Size: 972 bytes --]

Hi Ralf,

On Mon, 24 Feb 2003 21:21:46 +0100
Ralf Baechle <ralf@linux-mips.org> wrote:

> On Mon, Feb 24, 2003 at 09:07:55PM +0900, Yoichi Yuasa wrote:
> 
> > We need to change -mcpu in order to use an instruction peculiar to VR4100.
> > The option of -mcpu changes with versions of binutils.
> > 
> > If it is limited to some versions, I can be corresponded using check_gcc.
> > Can you tell me some versions of binutils?
> 
> Binutils starting with about 2.10 should support -mcpu=4100.

I checked about some binutils.

binutils -mcpu option for VR4100 series

2.10:
        * VR4100
        * vr4100
        * 4100
        * mips64vr4100
        * r4100

2.11:
2.12:
2.13:
        * VR4100
        * 4100
        * mips64vr4100
        * r4100

In addition for the VR4100 series, there is an -m4100 option.

As for us, it is best to use the following option.

GCCFLAGS        += -mcpu=r4100 -mips2 -Wa,-m4100,--trap

Would you apply this patch to CVS?

Thanks,

Yoichi

[-- Attachment #2: vr41xx-makefile-v24.diff --]
[-- Type: text/plain, Size: 474 bytes --]

diff -aruN --exclude=CVS --exclude=.cvsignore linux.orig/arch/mips/Makefile linux/arch/mips/Makefile
--- linux.orig/arch/mips/Makefile	Fri Feb 21 03:53:37 2003
+++ linux/arch/mips/Makefile	Tue Feb 25 12:27:57 2003
@@ -66,7 +66,7 @@
 GCCFLAGS	+= -mcpu=r4300 -mips2 -Wa,--trap
 endif
 ifdef CONFIG_CPU_VR41XX
-GCCFLAGS	+= -mcpu=r4600 -mips2 -Wa,--trap
+GCCFLAGS	+= -mcpu=r4100 -mips2 -Wa,-m4100,--trap
 endif
 ifdef CONFIG_CPU_R4X00
 GCCFLAGS	+= -mcpu=r4600 -mips2 -Wa,--trap

[-- Attachment #3: vr41xx-makefile-v25.diff --]
[-- Type: text/plain, Size: 721 bytes --]

diff -aruN --exclude=CVS --exclude=.cvsignore linux.orig/arch/mips/Makefile linux/arch/mips/Makefile
--- linux.orig/arch/mips/Makefile	Fri Jan 24 10:26:58 2003
+++ linux/arch/mips/Makefile	Tue Feb 25 12:40:23 2003
@@ -57,7 +57,7 @@
 cflags-$(CONFIG_CPU_TX39XX)	+= -mcpu=r3000 -mips1
 cflags-$(CONFIG_CPU_R6000)	+= -mcpu=r6000 -mips2 -Wa,--trap
 cflags-$(CONFIG_CPU_R4300)	+= -mcpu=r4300 -mips2 -Wa,--trap
-cflags-$(CONFIG_CPU_VR41XX)	+= -mcpu=r4600 -mips2 -Wa,--trap
+cflags-$(CONFIG_CPU_VR41XX)	+= -mcpu=r4100 -mips2 -Wa,-m4100,--trap
 cflags-$(CONFIG_CPU_R4X00)	+= -mcpu=r4600 -mips2 -Wa,--trap
 cflags-$(CONFIG_CPU_TX49XX)	+= -mcpu=r4600 -mips2 -Wa,--trap
 cflags-$(CONFIG_CPU_MIPS32)	+= -mcpu=r4600 -mips2 -Wa,--trap

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2004-01-13 15:51 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-13 11:10 kernel 2.4.20 gojyo
2004-01-13 15:51 ` Ducrot Bruno
  -- strict thread matches above, loose matches on Subject: below --
2003-07-24  3:19 Kernel 2.4.20 David Munn
2003-07-24  4:57 ` Jeremy Utley
2003-07-24  8:01 ` Riley Williams
2003-05-23  6:19 kernel 2.4.20 Gurpreet Singh (SCM)
2003-05-23 18:51 ` Jan Knutar
2003-02-25  3:48 Change -mcpu option for VR41xx Yoichi Yuasa
2003-02-25  7:58 ` Kernel 2.4.20 jeff
2003-02-25  7:58   ` jeff
2003-02-25  8:03   ` Thiemo Seufer
2003-02-25  8:17     ` jeff
2003-02-25  8:17       ` jeff
2003-02-25  8:33       ` Thiemo Seufer
2003-02-25  8:46         ` jeff
2003-02-25  8:46           ` jeff
2003-02-25  9:42           ` Thiemo Seufer
2003-02-25 17:47   ` Jun Sun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.