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
Kirill Smelkov
linux
Commits
1bd5e161
Commit
1bd5e161
authored
Jun 03, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Cleanup __emt() a bit.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
c0589f1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
include/asm-mips/mipsregs.h
include/asm-mips/mipsregs.h
+1
-3
No files found.
include/asm-mips/mipsregs.h
View file @
1bd5e161
...
@@ -1451,12 +1451,10 @@ static inline void __emt(unsigned int previous)
...
@@ -1451,12 +1451,10 @@ static inline void __emt(unsigned int previous)
{
{
if
((
previous
&
__EMT_ENABLE
))
if
((
previous
&
__EMT_ENABLE
))
__asm__
__volatile__
(
__asm__
__volatile__
(
" .set noreorder
\n
"
" .set mips32r2
\n
"
" .set mips32r2
\n
"
" .word 0x41600be1 # emt
\n
"
" .word 0x41600be1 # emt
\n
"
" ehb
\n
"
" ehb
\n
"
" .set mips0
\n
"
" .set mips0
\n
"
);
" .set reorder
\n
"
);
}
}
static
inline
void
__ehb
(
void
)
static
inline
void
__ehb
(
void
)
...
...
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