Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144891251
D30743.1776852764.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
509 B
Referenced Files
None
Subscribers
None
D30743.1776852764.diff
View Options
diff --git a/sys/x86/xen/xen_intr.c b/sys/x86/xen/xen_intr.c
--- a/sys/x86/xen/xen_intr.c
+++ b/sys/x86/xen/xen_intr.c
@@ -314,10 +314,10 @@
KASSERT(mtx_owned(&xen_intr_isrc_lock), ("Evtchn alloc lock not held"));
- if (xen_intr_auto_vector_count > NR_EVENT_CHANNELS) {
+ if (xen_intr_auto_vector_count >= NR_EVENT_CHANNELS) {
if (!warned) {
warned = 1;
- printf("%s: Event channels exhausted.\n", __func__);
+ printf("%s: Xen interrupts exhausted.\n", __func__);
}
return (NULL);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 10:12 AM (10 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28406289
Default Alt Text
D30743.1776852764.diff (509 B)
Attached To
Mode
D30743: xen/intr: rework handling of event channel numbers in xen_intr.c
Attached
Detach File
Event Timeline
Log In to Comment