[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] pv-ops: Fix missing 'ifdef CONFIG_XEN' in acpi
> method-3) > > Or maybe better take out the xen_register_gsi out of this double > > #ifdef and move it to its own. Say: > > > > > > #if !defined(CONFIG_XEN) > > static int xen_register_gsi(..) > > > > #endif > > We must use #if !defined(CONFIG_XEN) || (defined(CONFIG_XEN) && > !defined(CONFIG_XEN_DOM0_PCI)). > It is ugly, especially if there are more macros. Lets go with this one. Maybe after this is done there will be a way to unmangle this spaghetti mess. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |