From: David Mosberger-Tang Date: Thu, 28 Apr 2005 04:17:44 +0000 (-0700) Subject: [IA64] Schedule ia64_leave_syscall() to read ar.bsp earlier X-Git-Tag: v2.6.13-rc2~59^2~14^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87e522a0f7f8a7a5a1a880517989835c4f09c63e;p=pandora-kernel.git [IA64] Schedule ia64_leave_syscall() to read ar.bsp earlier Reschedule code to read ar.bsp as early as possible. To enable this, don't bother clearing some of the registers when we're returning to kernel stacks. Also, instead of trying to support the pNonSys case (which makes no sense), do a bugcheck instead (with break 0). Finally, remove a clear of r14 which is a left-over from the previous patch. Signed-off-by: David Mosberger-Tang Signed-off-by: Tony Luck --- Reading git-diff-tree failed