• Arun Sharma's avatar
    [PATCH] ia64: invoke schedule_tail unconditionally on ia32 emulation · dce893b6
    Arun Sharma authored
    The #ifdef CONFIG_SMP around the call to schedule_tail was removed a
    long time ago for native ia64, but ia32 emulation continues to have a
    #ifdef.  We saw a bunch of weird behavior with respect to getpid() on
    multithreaded programs (they behave ok on SMP, but break on UP). 
    dce893b6
ia32_entry.S 13.2 KB