浏览代码

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>
Michal Simek 13 年之前
父节点
当前提交
4de6ba68c9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/microblaze/kernel/entry.S

+ 1 - 1
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 */