提交 074fa7e7 编写于 作者: M Michal Simek

microblaze: Coding style cleanup

No function change.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 13a7a6ac
...@@ -349,7 +349,7 @@ C_ENTRY(_user_exception): ...@@ -349,7 +349,7 @@ C_ENTRY(_user_exception):
* should return. [note that MAKE_SYS_CALL uses label 1] */ * should return. [note that MAKE_SYS_CALL uses label 1] */
/* See if the system call number is valid */ /* See if the system call number is valid */
addi r11, r12, -__NR_syscalls; addi r11, r12, -__NR_syscalls;
bgei r11,5f; bgei r11, 5f;
/* Figure out which function to use for this system call. */ /* Figure out which function to use for this system call. */
/* Note Microblaze barrel shift is optional, so don't rely on it */ /* Note Microblaze barrel shift is optional, so don't rely on it */
add r12, r12, r12; /* convert num -> ptr */ add r12, r12, r12; /* convert num -> ptr */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册