xtensa: save current register frame in fast_syscall_spill_registers_fixup
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 30 Oct 2013 12:18:25 +0000 (16:18 +0400)
committerMax Filippov <jcmvbkbc@gmail.com>
Sat, 25 Jan 2014 19:24:38 +0000 (23:24 +0400)
We need it saved because it contains a3 where we track which register
windows we still need to spill, and fixup handler may call C exception
handlers. Also fix comments.

Cc: stable@vger.kernel.org
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/kernel/entry.S

Simple merge