Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162636059
D55851.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.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
Thu, Jul 16, 7:12 AM (17 h, 31 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35128814
Default Alt Text
D55851.diff (397 B)
Attached To
Mode
D55851: lapic_handle_intr: KASSERT isrc != NULL
Attached
Detach File
Event Timeline
Log In to Comment