| From: |
| Daniel Walker <dwalker@mvista.com> |
| To: |
| linux-kernel@vger.kernel.org |
| Subject: |
| Preempt Real-time for ARM |
| Date: |
| 05 Feb 2005 10:36:46 -0800 |
| Cc: |
| sdietrich@mvista.com, mingo@elte.hu, linux@arm.linux.org.uk |
This is a release of Preempt Real-time for ARM . It includes everything
up to CONFIG_PREEMPT_RT , and all of the latency tracing except
interrupts off timing. The timing also excludes syscalls. This patch
includes only a port to OMAP boards. However, it should be straight
forward to get it working on other boards.
The biggest point of discussion relates to the interrupts in threads
implementation. It is largely identical to what is implemented in the
generic irq handling. However, ARM doesn't not implement generic irq
handling, and will not support it in the near future. I am not in
support of two different threaded interrupt implementations.
I recently made a proposal to separate the threaded interrupt handling
from the generic irq handling, but I'm open to other ideas.
The patch can be found at the following url
ftp://source.mvista.com/pub/realtime/arm/common_arm_realt...
The patch order is as follows
http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch...
http://people.redhat.com/~mingo/realtime-preempt/realtime...
common_arm_realtime.patch
Enjoy!
Daniel Walker
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/