aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/kernel/entry.S')
-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 85b6b5d80c99..0536bc021cc6 100644
--- a/arch/microblaze/kernel/entry.S
+++ b/arch/microblaze/kernel/entry.S
@@ -353,8 +353,8 @@ C_ENTRY(_user_exception):
353 /* Figure out which function to use for this system call. */ 353 /* Figure out which function to use for this system call. */
354 /* Note Microblaze barrel shift is optional, so don't rely on it */ 354 /* Note Microblaze barrel shift is optional, so don't rely on it */
355 add r12, r12, r12; /* convert num -> ptr */ 355 add r12, r12, r12; /* convert num -> ptr */
356 addi r30, r0, 1 /* restarts allowed */
357 add r12, r12, r12; 356 add r12, r12, r12;
357 addi r30, r0, 1 /* restarts allowed */
358 358
359#ifdef DEBUG 359#ifdef DEBUG
360 /* Trac syscalls and stored them to syscall_debug_table */ 360 /* Trac syscalls and stored them to syscall_debug_table */