Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
xcap
xcap-capability-linux
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