Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356696
b: refs/heads/master
c: 4de6ba6
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek authored and Al Viro committed Feb 3, 2013
1 parent 50ac3ae commit 6aa66af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e9f9252667e383c0ccfd3570b358ccb72cd51359
refs/heads/master: 4de6ba68c9f52a361c89ea16c9c55eda2669253b
2 changes: 1 addition & 1 deletion trunk/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 6aa66af

Please sign in to comment.