[PATCH] ia64: invoke schedule_tail unconditionally on ia32 emulation
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).
Showing
Please register or sign in to comment