Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
074fa7e7
Commit
074fa7e7
authored
Mar 04, 2015
by
Michal Simek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
microblaze: Coding style cleanup
No function change. Signed-off-by:
Michal Simek
<
michal.simek@xilinx.com
>
parent
13a7a6ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/microblaze/kernel/entry.S
arch/microblaze/kernel/entry.S
+2
-2
No files found.
arch/microblaze/kernel/entry.S
View file @
074fa7e7
...
...
@@ -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
,
5
f
;
bgei
r11
,
5
f
;
/
*
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
1
b
/
*
Maybe
handle
a
signal
*/
5
:
5
:
andi
r11
,
r19
,
_TIF_SIGPENDING
|
_TIF_NOTIFY_RESUME
;
beqi
r11
,
4
f
; /* Signals to handle, handle them */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment