]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'sparc64-jump-to-boot-prom'
authorDavid S. Miller <davem@davemloft.net>
Thu, 23 Feb 2017 16:27:30 +0000 (08:27 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Feb 2017 16:27:30 +0000 (08:27 -0800)
commit0d88b86694e0b176c1b9ca10cee95863065e2471
tree9637fa692398887c369983b5fba391b3c83c199a
parentf41e54616ca1a199f6c17228f26082ccdaaab3de
parent4cfe140618b99e653134598de9f18b48743549ec
Merge branch 'sparc64-jump-to-boot-prom'

Vijay Kumar says:

====================
sparc64: Jump to boot prom from console on panic

V3 changes:
  - patch 02/04: Added SERIAL_SUNHV conditional group for
    sunhv_migrate_hvcons_irq in smp_send_stop().
V2 changes:
 -  Added cover letter patch

Currently Stop-A (L1A) does not make the kernel switch to OBP on panic. This
patchset addresses this issue. Also, now we can cause a jump to OBP by sending
'break' twice from sunhv console. On bare metal, one can send a break by
typing Esc + 'B' + Sysrq (or whatever). On LDOM, press Ctrl + ] in telnet,
and then "send break" at the telnet prompt.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>