| From: |
| Ingo Molnar <mingo@elte.hu> |
| To: |
| linux-kernel@vger.kernel.org |
| Subject: |
| [patch] Real-Time Preemption, -RT-2.6.11-rc2-V0.7.37-02 |
| Date: |
| Tue, 1 Feb 2005 21:14:02 +0100 |
| Cc: |
| Manish Lachwani <mlachwani@mvista.com> |
| Archive-link: |
| Article,
Thread
|
i have released the -V0.7.37-02 Real-Time Preemption patch, which can be
downloaded from the usual place:
http://redhat.com/~mingo/realtime-preempt/
the big change in the patch is increased architecture support: most
notable i've merged the MIPS patch from Manish Lachwani. Also, the x64
port should be working again. (To make architecture merges easier in the
future the timer interrupt is not threaded anymore - if this shows
latency problems then we'll try to solve it on other ways.)
to create a -V0.7.37-02 tree from scratch, the patching order is:
http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.10.tar.bz2
http://kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6...
http://redhat.com/~mingo/realtime-preempt/realtime-preemp...
Ingo