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]>
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
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]>
>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
--