diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-02-18 14:54:27 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-02-18 14:54:27 +1100 |
commit | da3c9ea794155ab91b779609e0a5db7da3402ee1 (patch) | |
tree | f94f15f893999e26ed3ef7318d68d1c9519bf8a6 /asm | |
parent | 2233891f71e5a282b2d4f66dcdc866a6697ffd8f (diff) | |
download | skiboot-da3c9ea794155ab91b779609e0a5db7da3402ee1.zip skiboot-da3c9ea794155ab91b779609e0a5db7da3402ee1.tar.gz skiboot-da3c9ea794155ab91b779609e0a5db7da3402ee1.tar.bz2 |
replace infinite loop on relocation failure with attn
Aids in debugging relocation failure as you get an immediate error.
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'asm')
-rw-r--r-- | asm/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -383,7 +383,7 @@ call_relocate: mtlr %r14 blr 1: /* Fatal relocate failure */ - b . + attn /* This is a little piece of code that is copied down to * 0x100 when doing a "fast reset" |