From 5cdce22bdb5721f172d84550f237d43c796a2f29 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 22 Dec 2011 14:57:13 +0100 Subject: [PATCH] --- yaml --- r: 283162 b: refs/heads/master c: 5dbeaad3eac6691d57af064c0a60d03751878303 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/microblaze/kernel/entry.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3cfb736bfbbb..b89c58c5c3a8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f5b778bee6daeb9b21ccfbcdc79a2f61a868b300 +refs/heads/master: 5dbeaad3eac6691d57af064c0a60d03751878303 diff --git a/trunk/arch/microblaze/kernel/entry.S b/trunk/arch/microblaze/kernel/entry.S index ca15bc5c7449..66e34a3bfe1b 100644 --- a/trunk/arch/microblaze/kernel/entry.S +++ b/trunk/arch/microblaze/kernel/entry.S @@ -468,7 +468,7 @@ C_ENTRY(sys_fork_wrapper): addi r5, r0, SIGCHLD /* Arg 0: flags */ lwi r6, r1, PT_R1 /* Arg 1: child SP (use parent's) */ addik r7, r1, 0 /* Arg 2: parent context */ - add r8. r0, r0 /* Arg 3: (unused) */ + add r8, r0, r0 /* Arg 3: (unused) */ add r9, r0, r0; /* Arg 4: (unused) */ brid do_fork /* Do real work (tail-call) */ add r10, r0, r0; /* Arg 5: (unused) */