Re: [patch] Real-Time Preemption, -RT-2.6.12-rc6-V0.7.48-00

From: Ingo Molnar
Date: Sun Jun 12 2005 - 05:45:52 EST



* Zoltan Boszormenyi <zboszor@xxxxxxxxxxx> wrote:

> >does -48-13 work any better?
> >
> > Ingo
>
> x86-64 needs the attached patch to compile.

(patch MIA)

> Some drivers also fail to compile because of
> SPIN_LOCK_UNLOCKED changes, e.g. softdog and
> four files under net/atm. [...]

i'll fix those up.

> A question, though: why do you comment out the DMPS timer in
> drivers/char/vt.c? Does it cause any problems? I applied the -RT tree
> after the multiconsole patch and I had to modify those four chunks
> manually.

this is a quick hack. The timer code is fully preemptible, but for
debugging one wants to have a working printk from hardirq contexts too.
I.e. the mod_timer()/del_timer() would print warnings on PREEMPT_RT.
We'll need some other approach to solve this cleanly.

Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/