git: 0ec205197b56 - main - Also enable IPIs on 32-bit arm

Andrew Turner andrew at FreeBSD.org
Mon May 3 11:33:55 UTC 2021


The branch main has been updated by andrew:

URL: https://cgit.FreeBSD.org/src/commit/?id=0ec205197b56b9257cf0fdc1a5b268fef3e3f2dc

commit 0ec205197b56b9257cf0fdc1a5b268fef3e3f2dc
Author:     Andrew Turner <andrew at FreeBSD.org>
AuthorDate: 2021-05-02 10:05:03 +0000
Commit:     Andrew Turner <andrew at FreeBSD.org>
CommitDate: 2021-05-03 08:36:57 +0000

    Also enable IPIs on 32-bit arm
    
    This was missed in 2420f6a
    
    Reported by:    tuexen, imp
---
 sys/arm/arm/machdep_intr.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/arm/arm/machdep_intr.c b/sys/arm/arm/machdep_intr.c
index e2fb34ce93c8..cc2e67a6211e 100644
--- a/sys/arm/arm/machdep_intr.c
+++ b/sys/arm/arm/machdep_intr.c
@@ -223,6 +223,7 @@ intr_pic_ipi_setup(u_int ipi, const char *name, intr_ipi_handler_t *hand,
 
 	isrc->isrc_handlers++;
 	intr_ipi_setup(ipi, name, hand, arg, pic_ipi_send, isrc);
+	PIC_ENABLE_INTR(intr_irq_root_dev, isrc);
 	return (0);
 }
 #endif


More information about the dev-commits-src-main mailing list