]> git.neil.brown.name Git - history.git/commit
[PATCH] ia64: invoke schedule_tail unconditionally on ia32 emulation
authorArun Sharma <arun.sharma@intel.com>
Thu, 13 Nov 2003 05:29:19 +0000 (21:29 -0800)
committerDavid Mosberger <davidm@tiger.hpl.hp.com>
Thu, 13 Nov 2003 05:29:19 +0000 (21:29 -0800)
commitdce893b64299147981a7e13c8c76eb273766f185
tree3eb37cb42b36469026490939e3bea30f500ced0a
parent1b9ee80772ec8f950d412b9b979fb2cc3f91bedb
[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).
arch/ia64/ia32/ia32_entry.S