Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
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-2.6.23
Commits
0cea043b
Commit
0cea043b
authored
Mar 03, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Reformat __xchg().
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
a206f6a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
include/asm-mips/system.h
include/asm-mips/system.h
+4
-4
No files found.
include/asm-mips/system.h
View file @
0cea043b
...
...
@@ -286,10 +286,10 @@ extern void __xchg_called_with_bad_pointer(void);
static
inline
unsigned
long
__xchg
(
unsigned
long
x
,
volatile
void
*
ptr
,
int
size
)
{
switch
(
size
)
{
case
4
:
return
__xchg_u32
(
ptr
,
x
);
case
8
:
return
__xchg_u64
(
ptr
,
x
);
case
4
:
return
__xchg_u32
(
ptr
,
x
);
case
8
:
return
__xchg_u64
(
ptr
,
x
);
}
__xchg_called_with_bad_pointer
();
return
x
;
...
...
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