Re: ARM Linux Suitability for Real-time Application

From: Daniel Walker
Date: Wed Jun 22 2005 - 12:01:13 EST




On Wed, 22 Jun 2005, Russell King wrote:

> If you're just after some background process to run off interrupts with
> minimal interrupt latency, the good news is that you don't have to modify
> the kernel on ARM, and you certainly don't need any RT patches.
>
> If you use the FIQ, then your FIQ latency will be the time it takes the
> CPU to enter your FIQ function. Since the kernel _never_ disables FIQs
> in any way, FIQs have ultimate priority over everything else in the
> system.
>

Aren't FIQ's only on some ARM's ?


Daniel

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