s390: Implement load normal reset
commitf077847572708bbb3dd22bbc91ac6a277046e827
authorChristian Borntraeger <borntraeger@de.ibm.com>
Thu, 25 Jul 2013 14:57:45 +0000 (25 16:57 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 30 Aug 2013 12:16:48 +0000 (30 14:16 +0200)
tree7d703320da3232e15ec8fe9f33e2f0ed1d3db4ad
parentf5ae2a4fd8d573cfebaf24220e2920bb5074d9a6
s390: Implement load normal reset

kdump on s390 uses a load normal reset to bring the system in a defined
state by doing a subsystem reset. The issuing CPUs will have an initial
CPU reset, all other CPUs will have a CPU reset as defined in POP (no
register content will change).

Implement this as architectured.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
target-s390x/misc_helper.c