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
nexedi
linux
Commits
3c5df5c2
Commit
3c5df5c2
authored
Sep 27, 2007
by
Kumar Gala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[POWERPC] Cleaned up whitespace in head_fsl_booke.S
Signed-off-by:
Kumar Gala
<
galak@kernel.crashing.org
>
parent
b6927bca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
38 deletions
+38
-38
arch/powerpc/kernel/head_fsl_booke.S
arch/powerpc/kernel/head_fsl_booke.S
+38
-38
No files found.
arch/powerpc/kernel/head_fsl_booke.S
View file @
3c5df5c2
...
...
@@ -865,7 +865,7 @@ load_up_spe:
andc
r4
,
r4
,
r10
/*
disable
SPE
for
previous
task
*/
stw
r4
,
_MSR
-
STACK_FRAME_OVERHEAD
(
r5
)
1
:
#endif /* CONFIG_SMP */
#endif /*
!
CONFIG_SMP */
/
*
enable
use
of
SPE
after
return
*/
oris
r9
,
r9
,
MSR_SPE
@
h
mfspr
r5
,
SPRN_SPRG3
/*
current
task
's THREAD (phys) */
...
...
@@ -878,7 +878,7 @@ load_up_spe:
#ifndef CONFIG_SMP
subi
r4
,
r5
,
THREAD
stw
r4
,
last_task_used_spe
@
l
(
r3
)
#endif /* CONFIG_SMP */
#endif /*
!
CONFIG_SMP */
/
*
restore
registers
and
return
*/
2
:
REST_4GPRS
(3,
r11
)
lwz
r10
,
_CCR
(
r11
)
...
...
@@ -979,7 +979,7 @@ _GLOBAL(giveup_spe)
li
r5
,
0
lis
r4
,
last_task_used_spe
@
ha
stw
r5
,
last_task_used_spe
@
l
(
r4
)
#endif /* CONFIG_SMP */
#endif /*
!
CONFIG_SMP */
blr
#endif /* CONFIG_SPE */
...
...
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