From: Michal Simek Date: Mon, 17 Sep 2012 09:18:24 +0000 (+0200) Subject: microblaze: Move restart allowed out of block X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4de6ba68c9f52a361c89ea16c9c55eda2669253b;p=linux-beck.git microblaze: Move restart allowed out of block Better not to break block which do work together. Signed-off-by: Michal Simek Signed-off-by: Al Viro --- diff --git a/arch/microblaze/kernel/entry.S b/arch/microblaze/kernel/entry.S index 85b6b5d80c99..0536bc021cc6 100644 --- a/arch/microblaze/kernel/entry.S +++ b/arch/microblaze/kernel/entry.S @@ -353,8 +353,8 @@ C_ENTRY(_user_exception): /* Figure out which function to use for this system call. */ /* Note Microblaze barrel shift is optional, so don't rely on it */ add r12, r12, r12; /* convert num -> ptr */ - addi r30, r0, 1 /* restarts allowed */ add r12, r12, r12; + addi r30, r0, 1 /* restarts allowed */ #ifdef DEBUG /* Trac syscalls and stored them to syscall_debug_table */