projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13a7a6a
)
microblaze: Coding style cleanup
author
Michal Simek
<michal.simek@xilinx.com>
Wed, 4 Mar 2015 14:10:55 +0000
(15:10 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Wed, 4 Mar 2015 14:11:55 +0000
(15:11 +0100)
No function change.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/kernel/entry.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/kernel/entry.S
b/arch/microblaze/kernel/entry.S
index 0536bc021cc6c66667f0cbb66601c86b0ace9c10..5dcb0e1a41c4efc7bceb99e6ae04d87c3ec5eb9d 100644
(file)
--- a/
arch/microblaze/kernel/entry.S
+++ b/
arch/microblaze/kernel/entry.S
@@
-349,7
+349,7
@@
C_ENTRY(_user_exception):
* should return. [note that MAKE_SYS_CALL uses label 1] */
/* See if the system call number is valid */
addi r11, r12, -__NR_syscalls;
- bgei r11,5f;
+ bgei r11,
5f;
/* 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 */
@@
-411,7
+411,7
@@
C_ENTRY(ret_from_trap):
bri 1b
/* Maybe handle a signal */
-5:
+5:
andi r11, r19, _TIF_SIGPENDING | _TIF_NOTIFY_RESUME;
beqi r11, 4f; /* Signals to handle, handle them */