[IA64] Save register stack contents on cpu start

The SN PROM uses the register stack in the slave loop. The contents
must be preserved for the OS to return to the slave loop via offlining
a cpu or for kexec. A 'flushrs" is needed to force the stack to be written
to memory prior to changing bspstore.

Signed-off-by: Jack Steiner <steiner@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

authored by Jack Steiner and committed by Tony Luck 1c7d6707 26362554

+5
+5
arch/ia64/kernel/head.S
··· 197 ;; 198 srlz.i 199 ;; 200 /* 201 * Save the region registers, predicate before they get clobbered 202 */
··· 197 ;; 198 srlz.i 199 ;; 200 + { 201 + flushrs // must be first insn in group 202 + srlz.i 203 + } 204 + ;; 205 /* 206 * Save the region registers, predicate before they get clobbered 207 */