• Pavel Emelyanov's avatar
    x86: Fix compiler warning · f0592355
    Pavel Emelyanov authored
    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: 's avatarPavel Emelyanov <xemul@parallels.com>
    f0592355
crtools.c 13 KB