|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] pv-ops: Fix missing 'ifdef CONFIG_XEN' in acpi
Hi, Konrad
Konrad Rzeszutek Wilk wrote:
>
> perhaps add:
>
> #else /* This is for CONFIG_XEN */
>
> static inline int xen_register_gsi(...)
> {
>
> }
> #endif
>
> 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
>
>
>>> ...
>>>
>> This is a good way of handling it.
>
> The header file change or the #ifdef in the acpi/boot.c file?
Thanks for your explanation, I agree it is also a good idea.
But if jeremy think adding #ifdef is ok, I will not fix this patch.
--
Regards
Yu Zhiguo
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH] pv-ops: Fix missing 'ifdef CONFIG_XEN' in acpi, Yu Zhiguo
- Re: [Xen-devel] [PATCH] pv-ops: Fix missing 'ifdef CONFIG_XEN' in acpi, Konrad Rzeszutek Wilk
- Re: [Xen-devel] [PATCH] pv-ops: Fix missing 'ifdef CONFIG_XEN' in acpi, Yu Zhiguo
- Re: [Xen-devel] [PATCH] pv-ops: Fix missing 'ifdef CONFIG_XEN' in acpi, Jeremy Fitzhardinge
- Re: [Xen-devel] [PATCH] pv-ops: Fix missing 'ifdef CONFIG_XEN' in acpi, Konrad Rzeszutek Wilk
- Re: [Xen-devel] [PATCH] pv-ops: Fix missing 'ifdef CONFIG_XEN' in acpi, Jeremy Fitzhardinge
- Re: [Xen-devel] [PATCH] pv-ops: Fix missing 'ifdef CONFIG_XEN' in acpi,
Yu Zhiguo <=
- Re: [Xen-devel] [PATCH] pv-ops: Fix missing 'ifdef CONFIG_XEN' in acpi, Konrad Rzeszutek Wilk
- Re: [Xen-devel] [PATCH] pv-ops: Fix missing 'ifdef CONFIG_XEN' in acpi, Yu Zhiguo
- Re: [Xen-devel] [PATCH] pv-ops: Fix missing 'ifdef CONFIG_XEN' in acpi, Konrad Rzeszutek Wilk
- Re: [Xen-devel] [PATCH] pv-ops: Fix missing 'ifdef CONFIG_XEN' in acpi, Yu Zhiguo
- Re: [Xen-devel] [PATCH] pv-ops: Fix missing 'ifdef CONFIG_XEN' in acpi, Jeremy Fitzhardinge
- Re: [Xen-devel] [PATCH] pv-ops: Fix missing 'ifdef CONFIG_XEN' in acpi, Yu Zhiguo
- Re: [Xen-devel] [PATCH] pv-ops: Fix missing 'ifdef CONFIG_XEN' in acpi, Jeremy Fitzhardinge
- Re: [Xen-devel] [PATCH] pv-ops: Fix missing 'ifdef CONFIG_XEN' in acpi, Yu Zhiguo
- Re: [Xen-devel] [PATCH] pv-ops: Fix missing 'ifdef CONFIG_XEN' in acpi, Jeremy Fitzhardinge
[Xen-devel] Failure to load the most recent kernel 2.6.10 ( xen/stable) under Xen 4.0 on Ubuntu 9.10, Boris Derzhavets
|
|
|
|
|