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
77136269
Commit
77136269
authored
Sep 19, 2003
by
Pete Zaitcev
Committed by
David S. Miller
Sep 19, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC]: One more multi-line string, from Rob Radez.
parent
157e3d70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
arch/sparc/kernel/sun4d_smp.c
arch/sparc/kernel/sun4d_smp.c
+5
-5
No files found.
arch/sparc/kernel/sun4d_smp.c
View file @
77136269
...
...
@@ -343,11 +343,11 @@ void smp4d_cross_call(smpfunc_t func, unsigned long arg1, unsigned long arg2,
unsigned
long
a3
asm
(
"i3"
)
=
arg3
;
unsigned
long
a4
asm
(
"i4"
)
=
arg4
;
unsigned
long
a5
asm
(
"i5"
)
=
arg5
;
__asm__
__volatile__
(
"
std %0, [%6]
std %2, [%6 + 8]
std %4, [%6 + 16]"
:
:
__asm__
__volatile__
(
"std %0, [%6]
\n\t
"
"std %2, [%6 + 8]
\n\t
"
"std %4, [%6 + 16]
\n\t
"
:
:
"r"
(
f
),
"r"
(
a1
),
"r"
(
a2
),
"r"
(
a3
),
"r"
(
a4
),
"r"
(
a5
),
"r"
(
&
ccall_info
.
func
));
}
...
...
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