Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

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



Module Name:    src
Committed By:   jmcneill
Date:           Tue Mar 31 22:54:53 UTC 2026

Modified Files:
        src/sys/arch/arm/pic: pic.c picvar.h

Log Message:
arm: Make __HAVE_PIC_PENDING_INTRS state per-CPU.

Move pic_pending_irqs / pic_blocked_irqs / pic_pending_ipls from per-PIC
to per-PIC-per-CPU state. This allows us to defer processor-local
interrupts like SGIs and PPIs that use the same irq number.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/arch/arm/pic/pic.c
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/arm/pic/picvar.h

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




Home | Main Index | Thread Index | Old Index