Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160194160
D55851.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
397 B
Referenced Files
None
Subscribers
None
D55851.id.diff
View Options
diff --git a/sys/x86/x86/local_apic.c b/sys/x86/x86/local_apic.c
--- a/sys/x86/x86/local_apic.c
+++ b/sys/x86/x86/local_apic.c
@@ -1445,6 +1445,9 @@
isrc = intr_lookup_source(apic_idt_to_irq(PCPU_GET(apic_id),
vector));
+ KASSERT(isrc != NULL,
+ ("lapic_handle_intr: vector %d unrecognized at lapic %u",
+ vector, PCPU_GET(apic_id)));
intr_execute_handlers(isrc, frame);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 23, 1:48 AM (9 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29695422
Default Alt Text
D55851.id.diff (397 B)
Attached To
Mode
D55851: lapic_handle_intr: KASSERT isrc != NULL
Attached
Detach File
Event Timeline
Log In to Comment