
Dear Richard Retanubun,
In message 499EF014.4030908@RuggedCom.com you wrote:
From 4adb975b29acdd64e7ea37f3d8ecd14d77c844b4 Mon Sep 17 00:00:00 2001
This line should NOT be indented.
From: Richard Retanubun RichardRetanubun@RuggedCom.com Date: Fri, 20 Feb 2009 11:06:36 -0500 Subject: [PATCH] Cleanup the comment for m68k linux boot argument passing.
This patch clarifies the way m68k passes linux boot argument. The one gotcha here is that the assembly instruction that the compiler uses to jump to the kernel is 'jsr' which pushes the program counter for the instruction after the jsr into the stack pointer.
Signed-off-by: Richard Retanubun RichardRetanubun@RuggedCom.com
V2.1: Now with more lines :)
lib_m68k/bootm.c | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) mode change 100644 => 100755 lib_m68k/bootm.c
Thanks, applied (after manually fixing the commit message).
Best regards,
Wolfgang Denk