2005-12-20 17:43:16

by Clark Williams

[permalink] [raw]
Subject: 2.6.15-rc5-rt4 x86 patch

I still need the following to compile with PREEMPT_RT on an x86:

--- ./arch/i386/Kconfig.cpu.orig 2005-12-20 11:26:34.000000000 -0600
+++ ./arch/i386/Kconfig.cpu 2005-12-20 11:33:23.000000000 -0600
@@ -229,11 +229,6 @@
depends on M386
default y

-config RWSEM_XCHGADD_ALGORITHM
- bool
- depends on !M386
- default y
-
config GENERIC_CALIBRATE_DELAY
bool
default y

--
Clark Williams <[email protected]>


Attachments:
signature.asc (189.00 B)
This is a digitally signed message part

2005-12-20 19:28:44

by Steven Rostedt

[permalink] [raw]
Subject: Re: 2.6.15-rc5-rt4 x86 patch

Hi Clark,

I've submitted a similar patch since rc5-rt1.

http://lkml.org/lkml/2005/12/13/184

Ingo,

It's still not in there?

-- Steve


On Tue, 2005-12-20 at 11:43 -0600, Clark Williams wrote:
> I still need the following to compile with PREEMPT_RT on an x86:
>
> --- ./arch/i386/Kconfig.cpu.orig 2005-12-20 11:26:34.000000000 -0600
> +++ ./arch/i386/Kconfig.cpu 2005-12-20 11:33:23.000000000 -0600
> @@ -229,11 +229,6 @@
> depends on M386
> default y
>
> -config RWSEM_XCHGADD_ALGORITHM
> - bool
> - depends on !M386
> - default y
> -
> config GENERIC_CALIBRATE_DELAY
> bool
> default y


2005-12-20 19:39:11

by Clark Williams

[permalink] [raw]
Subject: Re: 2.6.15-rc5-rt4 x86 patch

On Tue, 2005-12-20 at 14:28 -0500, Steven Rostedt wrote:
> Hi Clark,
>
> I've submitted a similar patch since rc5-rt1.
>
> http://lkml.org/lkml/2005/12/13/184
>

Of course you did, since I stole^Wborrowed it from you :)

I was just subtly prodding Ingo...

Clark

--
Clark Williams <[email protected]>


Attachments:
signature.asc (189.00 B)
This is a digitally signed message part

2005-12-24 21:21:42

by Jan Engelhardt

[permalink] [raw]
Subject: Re: 2.6.15-rc5-rt4 x86 patch


>I still need the following to compile with PREEMPT_RT on an x86:


Ah. Does that explain the big compile failure in lib/rwsem.c I just
stumbled over too?


>
>--- ./arch/i386/Kconfig.cpu.orig 2005-12-20 11:26:34.000000000 -0600
>+++ ./arch/i386/Kconfig.cpu 2005-12-20 11:33:23.000000000 -0600
>@@ -229,11 +229,6 @@
> depends on M386
> default y
>
>-config RWSEM_XCHGADD_ALGORITHM
>- bool
>- depends on !M386
>- default y
>-
> config GENERIC_CALIBRATE_DELAY
> bool
> default y


Jan Engelhardt
--