Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106329471
D30743.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
509 B
Referenced Files
None
Subscribers
None
D30743.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
Sun, Dec 29, 7:24 PM (8 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15632493
Default Alt Text
D30743.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