aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2012-09-17 11:18:24 +0200
committerAl Viro <viro@zeniv.linux.org.uk>2013-02-03 18:16:02 -0500
commit4de6ba68c9f52a361c89ea16c9c55eda2669253b (patch)
tree7dc89a7cbcfe741a60e66903866ac1d867b2d395 /arch/microblaze
parente9f9252667e383c0ccfd3570b358ccb72cd51359 (diff)
microblaze: Move restart allowed out of block
Better not to break block which do work together. Signed-off-by: Michal Simek <monstr@monstr.eu> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/kernel/entry.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/entry.S b/arch/microblaze/kernel/entry.S
index 85b6b5d80c9..0536bc021cc 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 */