summaryrefslogtreecommitdiffstats
path: root/asm
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-02-18 14:54:27 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-02-18 14:54:27 +1100
commitda3c9ea794155ab91b779609e0a5db7da3402ee1 (patch)
treef94f15f893999e26ed3ef7318d68d1c9519bf8a6 /asm
parent2233891f71e5a282b2d4f66dcdc866a6697ffd8f (diff)
downloadtalos-skiboot-da3c9ea794155ab91b779609e0a5db7da3402ee1.tar.gz
talos-skiboot-da3c9ea794155ab91b779609e0a5db7da3402ee1.zip
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.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/head.S b/asm/head.S
index df5efd2e..5705226c 100644
--- a/asm/head.S
+++ b/asm/head.S
@@ -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"
OpenPOWER on IntegriCloud