criu/arch
Pavel Emelyanov f059235523 x86: Fix compiler warning
arch/x86/crtools.c: In function ‘arch_alloc_thread_info’:
arch/x86/crtools.c:271:6: error: ‘with_xsave’ may be used uninitialized in this function [-Werror=uninitialized]

Actually the with_xsave is with_fpu dependant, but some gccs
can't guess that fact :\

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2014-03-14 15:43:02 +04:00
..
arm asm: convert the ARM implementation of bit operations to the reference 2014-03-12 00:18:03 +04:00
scripts/arm arm: prepare syscall table generation scripts to be shared with AArch64 2014-03-11 22:46:06 +04:00
x86 x86: Fix compiler warning 2014-03-14 15:43:02 +04:00