Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160962134
D1811.id3709.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
456 B
Referenced Files
None
Subscribers
None
D1811.id3709.diff
View Options
Index: sys/arm/arm/intr.c
===================================================================
--- sys/arm/arm/intr.c
+++ sys/arm/arm/intr.c
@@ -117,6 +117,12 @@
if (rv == 0) {
/* This was recognized as our PIC and decoded. */
interrupt = FDT_MAP_IRQ(intr_parent, interrupt);
+
+ /* Configure the interrupt if callback provided */
+ if (arm_config_irq) {
+ (*arm_config_irq)(interrupt, trig, pol);
+ }
+
return (interrupt);
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 30, 11:07 AM (12 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34498508
Default Alt Text
D1811.id3709.diff (456 B)
Attached To
Mode
D1811: Configure interrupt on ARM when mapped
Attached
Detach File
Event Timeline
Log In to Comment