Re: [Xen-devel] [MINIOS PATCH 1/5] x86_32: remove inclusion of x86-32.h

2016-08-25 Thread Juergen Gross
On 25/08/16 18:38, Wei Liu wrote: > There is no need to do that explicitly. > > Signed-off-by: Wei Liu Reviewed-by: Juergen Gross Juergen ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

[Xen-devel] [MINIOS PATCH 1/5] x86_32: remove inclusion of x86-32.h

2016-08-25 Thread Wei Liu
There is no need to do that explicitly. Signed-off-by: Wei Liu --- arch/x86/x86_32.S | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/x86_32.S b/arch/x86/x86_32.S index 9241418..f70fc65 100644 --- a/arch/x86/x86_32.S +++ b/arch/x86/x86_32.S @@ -3,9 +3,7 @@ #include #include #in