Skip to content

Commit

Permalink
microblaze: Move restart allowed out of block
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michal Simek authored and Al Viro committed Feb 3, 2013
1 parent e9f9252 commit 4de6ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/microblaze/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4de6ba6

Please sign in to comment.