From 6aa66af7f76402c27f8b956fff0386bcd42fb7a2 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 17 Sep 2012 11:18:24 +0200 Subject: [PATCH] --- yaml --- r: 356696 b: refs/heads/master c: 4de6ba68c9f52a361c89ea16c9c55eda2669253b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/microblaze/kernel/entry.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c9e3c8223882..58346796a602 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e9f9252667e383c0ccfd3570b358ccb72cd51359 +refs/heads/master: 4de6ba68c9f52a361c89ea16c9c55eda2669253b diff --git a/trunk/arch/microblaze/kernel/entry.S b/trunk/arch/microblaze/kernel/entry.S index 85b6b5d80c99..0536bc021cc6 100644 --- a/trunk/arch/microblaze/kernel/entry.S +++ b/trunk/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 */