Preempt Real-time for ARM

From: Daniel Walker
Date: Sat Feb 05 2005 - 13:44:28 EST


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_realtime.patch


The patch order is as follows

http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.11-rc3.bz2
http://people.redhat.com/~mingo/realtime-preempt/realtime-preempt-2.6.11-rc3-V0.7.38-01
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/