Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
7222424e
Commit
7222424e
authored
Jun 29, 2005
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More .set to keep 32-bit processors happy.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
4c0a2d42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
include/asm-mips/system.h
include/asm-mips/system.h
+4
-0
No files found.
include/asm-mips/system.h
View file @
7222424e
...
...
@@ -178,7 +178,9 @@ static inline unsigned long __xchg_u32(volatile int * m, unsigned int val)
__asm__
__volatile__
(
" .set mips3
\n
"
"1: ll %0, %3 # xchg_u32
\n
"
" .set mips0
\n
"
" move %2, %z4
\n
"
" .set mips3
\n
"
" sc %2, %1
\n
"
" beqzl %2, 1b
\n
"
ROT_IN_PIECES
...
...
@@ -195,7 +197,9 @@ static inline unsigned long __xchg_u32(volatile int * m, unsigned int val)
__asm__
__volatile__
(
" .set mips3
\n
"
"1: ll %0, %3 # xchg_u32
\n
"
" .set mips0
\n
"
" move %2, %z4
\n
"
" .set mips3
\n
"
" sc %2, %1
\n
"
" beqz %2, 1b
\n
"
#ifdef CONFIG_SMP
...
...
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