Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
1bd5e161
Commit
1bd5e161
authored
Jun 03, 2006
by
Ralf Baechle
Browse files
[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
include/asm-mips/mipsregs.h
View file @
1bd5e161
...
...
@@ -1451,12 +1451,10 @@ static inline void __emt(unsigned int previous)
{
if
((
previous
&
__EMT_ENABLE
))
__asm__
__volatile__
(
" .set noreorder
\n
"
" .set mips32r2
\n
"
" .word 0x41600be1 # emt
\n
"
" ehb
\n
"
" .set mips0
\n
"
" .set reorder
\n
"
);
" .set mips0
\n
"
);
}
static
inline
void
__ehb
(
void
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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