From: Jan-Benedict G. <jb...@he...> - 2006-04-08 11:27:04
|
arch/vax/boot/head.S | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) New commits: commit 474f6e13d495485df80ca7f19085932d37b12ec3 Author: Jan-Benedict Glaw <jb...@d2...> Date: Sat Apr 8 13:26:34 2006 +0200 [VAX] Fix a thinko in a comment. This patch fixes a wrong comment about the content of `mv'. Signed-off-by: Jan-Benedict Glaw <jb...@lu...> diff --git a/arch/vax/boot/head.S b/arch/vax/boot/head.S index bf59290..528967a 100644 --- a/arch/vax/boot/head.S +++ b/arch/vax/boot/head.S @@ -79,7 +79,8 @@ codestart: * we haven't yet enabled mapping, but want to use the function * pointers (eg. to print something.) */ - movl mv, %r10 /* R10 = &mv */ + movl mv, %r10 /* R10 = mv (which holds a pointer to + the actual struct mv in use. */ moval start, %r8 /* R8 = &start */ /* |