[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 3/5] xen/events: only register debug interrupt for 2-level events
On 22.10.20 09:54, Jan Beulich wrote: On 22.10.2020 09:42, Juergen Gross wrote:--- a/drivers/xen/events/events_base.c +++ b/drivers/xen/events/events_base.c @@ -2050,7 +2050,7 @@ void xen_setup_callback_vector(void) {} static inline void xen_alloc_callback_vector(void) {} #endif-static bool fifo_events = true;+bool fifo_events = true;When making this non-static, perhaps better to also prefix it with xen_? Fine with me. Juergen
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |