[OpenBIOS] [patch 5/6] Preliminary support for softint handler with trap to bug on other irqs

Blue Swirl blauwirbel at gmail.com
Fri Aug 21 20:46:35 CEST 2009


On Fri, Aug 21, 2009 at 12:16 AM, Igor
Kovalenko<igor.v.kovalenko at gmail.com> wrote:
> Index: openbios-devel/arch/sparc64/vectors.S

> +softint_irq_tl1:
> +               ba softint_irq
> +                nop

These instructions are not needed...

> +tick_compare_disabled:
> +               retry
> +                nop

There is no delay slot after 'retry', so 'nop' is not needed.



More information about the OpenBIOS mailing list