diff options
author | Olaf Hering <olh@suse.de> | 2005-10-28 17:46:50 -0700 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-29 15:11:35 +1000 |
commit | 7e658118faa9faf71f8a8295cdaeb7ca71c04672 (patch) | |
tree | 310199b9745eaa292589e1277e3c3f66f46fc881 /arch/ppc64/boot/crt0.S | |
parent | 67a1b68263d58a3ed5ce024468606044a1561312 (diff) | |
download | op-kernel-dev-7e658118faa9faf71f8a8295cdaeb7ca71c04672.zip op-kernel-dev-7e658118faa9faf71f8a8295cdaeb7ca71c04672.tar.gz |
[PATCH] ppc64 boot: print firmware provided stackpointer
Show firmware provided stackpointer during boot.
This helps to find the "taboo" areas on the various boards. claim tends to
fail for these memory areas, but some jokers return success anyway.
Use %p to print the load address, its a pointer.
Signed-off-by: Olaf Hering <olh@suse.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/boot/crt0.S')
-rw-r--r-- | arch/ppc64/boot/crt0.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc64/boot/crt0.S b/arch/ppc64/boot/crt0.S index 8bfdeaf..9cc4422 100644 --- a/arch/ppc64/boot/crt0.S +++ b/arch/ppc64/boot/crt0.S @@ -54,5 +54,6 @@ clear_caches: sync isync + mr r6,r1 b start |