Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asm/head: sreset handler remove FIXUP_ENDIAN | Nicholas Piggin | 2019-02-13 | 1 | -0/+12 |
| | | | | | | | | | | | | Remove FIXUP_ENDIAN from the normal sreset handler (not the fast reboot handler), to prevent it from trashing registers and CFAR. This mean sreset can be used to report a reliable register dump, and even be recoverable. A watchdog could be implemented to catch and diagnose stuck CPUs during boot using sreset. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com> | ||||
* | Initial commit of Open Source release | Benjamin Herrenschmidt | 2014-07-02 | 1 | -0/+45 |
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> |