• Andrew Morton's avatar
    [PATCH] INIT_TASK/INIT_TSS cleanup · 6950ee0a
    Andrew Morton authored
    Ingo added saved_fs, saved_gs to thread_struct and didn't add
    corresponding initializers to INIT_THREAD.  We assign NULL to an
    unsigned int and the compiler warns.
    
    The patch converts it to use designated initialisers and fixes the
    io_bitmap initializer in the process.
    6950ee0a
processor.h 12.2 KB