Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP4
xen.14188
5e1dd8f3-Arm-fix-build-after-892b9dcebdb7.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 5e1dd8f3-Arm-fix-build-after-892b9dcebdb7.patch of Package xen.14188
Subject: Arm: fix build after 892b9dcebdb7 From: Jan Beulich jbeulich@suse.com Tue Jan 14 16:06:27 2020 +0100 Date: Tue Jan 14 16:06:27 2020 +0100: Git: b4194711ffaffa5e63d986338fb8d4020fa6bad1 "IRQ: u16 is too narrow for an event channel number" introduced a use of evetchn_port_t, but its typedef apparently surfaces indirectly here only on x86. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com> diff --git a/xen/include/xen/irq.h b/xen/include/xen/irq.h index 59d5e45bb0..43d567fe44 100644 --- a/xen/include/xen/irq.h +++ b/xen/include/xen/irq.h @@ -8,6 +8,7 @@ #include <xen/list.h> #include <asm/regs.h> #include <asm/hardirq.h> +#include <public/event_channel.h> struct irqaction { void (*handler)(int, void *, struct cpu_user_regs *);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor