j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Signed-off-by: Andreas Färber andreas.faerber@web.de --- arch/ppc/qemu/start.S | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/ppc/qemu/start.S b/arch/ppc/qemu/start.S index d6777a8..d74fb9c 100644 --- a/arch/ppc/qemu/start.S +++ b/arch/ppc/qemu/start.S @@ -351,9 +351,9 @@ GLOBL(_entry): * * MSR = FP, ME + (DR|IR) * r1 = stack (32 K + 32 bytes link area above) - * r5 = clint interface handler + * r5 = client interface handler * r6 = address of client program arguments (unused) - * r7 = length of client program arguments (unsed) + * r7 = length of client program arguments (unused) * * Yaboot and Linux use r3 and r4 for initrd address and size */
Thanks, applied.
On Fri, Oct 8, 2010 at 2:26 PM, Andreas Färber andreas.faerber@web.de wrote:
Signed-off-by: Andreas Färber andreas.faerber@web.de
arch/ppc/qemu/start.S | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/ppc/qemu/start.S b/arch/ppc/qemu/start.S index d6777a8..d74fb9c 100644 --- a/arch/ppc/qemu/start.S +++ b/arch/ppc/qemu/start.S @@ -351,9 +351,9 @@ GLOBL(_entry): * * MSR = FP, ME + (DR|IR) * r1 = stack (32 K + 32 bytes link area above)
- * r5 = clint interface handler
- * r5 = client interface handler
* r6 = address of client program arguments (unused)
- * r7 = length of client program arguments (unsed)
- * r7 = length of client program arguments (unused)
* * Yaboot and Linux use r3 and r4 for initrd address and size */ -- 1.7.3
-- OpenBIOS http://openbios.org/ Mailinglist: http://lists.openbios.org/mailman/listinfo Free your System - May the Forth be with you