Re: [PATCH v2 2/2] arch/x86/xen: Silence compiler warnings

2014-07-13 Thread Konrad Rzeszutek Wilk
On July 12, 2014 5:09:48 PM EDT, Daniel Kiper wrote: >Compiler complains in the following way when x86 32-bit kernel >with Xen support is build: > > CC arch/x86/xen/enlighten.o >arch/x86/xen/enlighten.c: In function ‘xen_start_kernel’: >arch/x86/xen/enlighten.c:1726:3: warning: right shift

Re: [PATCH v2 2/2] arch/x86/xen: Silence compiler warnings

2014-07-13 Thread Konrad Rzeszutek Wilk
On July 12, 2014 5:09:48 PM EDT, Daniel Kiper daniel.ki...@oracle.com wrote: Compiler complains in the following way when x86 32-bit kernel with Xen support is build: CC arch/x86/xen/enlighten.o arch/x86/xen/enlighten.c: In function ‘xen_start_kernel’: arch/x86/xen/enlighten.c:1726:3:

[PATCH v2 2/2] arch/x86/xen: Silence compiler warnings

2014-07-12 Thread Daniel Kiper
Compiler complains in the following way when x86 32-bit kernel with Xen support is build: CC arch/x86/xen/enlighten.o arch/x86/xen/enlighten.c: In function ‘xen_start_kernel’: arch/x86/xen/enlighten.c:1726:3: warning: right shift count >= width of type [enabled by default] Such line

[PATCH v2 2/2] arch/x86/xen: Silence compiler warnings

2014-07-12 Thread Daniel Kiper
Compiler complains in the following way when x86 32-bit kernel with Xen support is build: CC arch/x86/xen/enlighten.o arch/x86/xen/enlighten.c: In function ‘xen_start_kernel’: arch/x86/xen/enlighten.c:1726:3: warning: right shift count = width of type [enabled by default] Such line