[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)
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>

No differences found