Re: [PATCH v2] E500 Make steal_context SMP-safe.

2008-04-10 Thread Kumar Gala
On Apr 3, 2008, at 11:46 AM, Randy Vinson wrote: When steal_context is used on SMP systems, it can steal a context in use by one of the other processors. This patch adds context tracking to prevent this as suggested by BenH. Can we be more descriptive in the problem/bug symptom in the des

[PATCH v2] E500 Make steal_context SMP-safe.

2008-04-03 Thread Randy Vinson
When steal_context is used on SMP systems, it can steal a context in use by one of the other processors. This patch adds context tracking to prevent this as suggested by BenH. Signed-off-by: Randy Vinson <[EMAIL PROTECTED]> --- The previous version of this patch had some unnecessary code which has