[IA64] Restore registers in the stack on INIT
authorTakao Indoh <indou.takao@jp.fujitsu.com>
Thu, 1 Oct 2009 21:55:16 +0000 (17:55 -0400)
committerTony Luck <tony.luck@intel.com>
Tue, 13 Oct 2009 17:37:14 +0000 (10:37 -0700)
commit29e4e025be52c0619b9dfe6faba29bc3deac6272
treeb10738571f39f650f6646aab0f8ed889ef4fca21
parent2caa731819a633bec5a56736e64c562b7e193666
[IA64] Restore registers in the stack on INIT

Registers are not saved anywhere when INIT comes during fsys mode and
we cannot know what happened when we investigate vmcore captured by
kdump. This patch adds new function finish_pt_regs() so registers can
be saved in such a case.

Signed-off-by: Takao Indoh <indou.takao@jp.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/mca.c