Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CVS commit: src/sys/arch/arm/broadcom

5 views
Skip to first unread message

Nick Hudson

unread,
Jul 25, 2015, 4:43:51 AM7/25/15
to
Module Name: src
Committed By: skrll
Date: Sat Jul 25 08:43:41 UTC 2015

Modified Files:
src/sys/arch/arm/broadcom: bcm2835_intr.c

Log Message:
IPIs should be IPL_HIGH according to rmind@

Fix bcm2836mp_pic_{un,}block_irqs to handle timer AND mailbox interrupts
if they're both passed. Thanks to nat@ for finding this.

Sprinkle some KASSERTs


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/broadcom/bcm2835_intr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-...@muc.de

Matt Thomas

unread,
Jul 25, 2015, 8:14:20 PM7/25/15
to

> On Jul 25, 2015, at 1:43 AM, Nick Hudson <sk...@netbsd.org> wrote:
>
> Module Name: src
> Committed By: skrll
> Date: Sat Jul 25 08:43:41 UTC 2015
>
> Modified Files:
> src/sys/arch/arm/broadcom: bcm2835_intr.c
>
> Log Message:
> IPIs should be IPL_HIGH according to rmind@
>
> Fix bcm2836mp_pic_{un,}block_irqs to handle timer AND mailbox interrupts
> if they're both passed. Thanks to nat@ for finding this.
>
> Sprinkle some KASSERTs

It depends on the IPI. IPI_AST doesn't need to be IPI_HIGH since all it does
is get the target cpu out of usermode.

Nick Hudson

unread,
Jul 28, 2015, 5:24:55 PM7/28/15
to
Module Name: src
Committed By: skrll
Date: Tue Jul 28 21:24:43 UTC 2015

Modified Files:
src/sys/arch/arm/broadcom: bcm2835_vcaudio.c

Log Message:
Reduce latency a bit. From nat@


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/broadcom/bcm2835_vcaudio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


0 new messages