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
b9c4e8df
Commit
b9c4e8df
authored
Mar 27, 2003
by
Todd Inglett
Committed by
Peter Bergner
Mar 27, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Need to turn on RI immediately after we get control from firmware as
well as when secondary cpus are started.
parent
0e12b532
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
arch/ppc64/kernel/head.S
arch/ppc64/kernel/head.S
+8
-0
No files found.
arch/ppc64/kernel/head.S
View file @
b9c4e8df
...
...
@@ -126,6 +126,10 @@ __secondary_hold_acknowledge:
*
All
of
it
must
fit
below
the
first
exception
vector
at
0x100
.
*/
_GLOBAL
(
__secondary_hold
)
mfmsr
r24
ori
r24
,
r24
,
MSR_RI
mtmsrd
r24
/*
RI
on
*/
/
*
Grab
our
linux
cpu
number
*/
mr
r24
,
r3
...
...
@@ -1667,6 +1671,10 @@ _STATIC(start_here_pSeries)
bl
.
reloc_offset
mr
r26
,
r3
mfmsr
r6
ori
r6
,
r6
,
MSR_RI
mtmsrd
r6
/*
RI
on
*/
/
*
setup
the
systemcfg
pointer
which
is
needed
by
*
tab_initialize
*/
LOADADDR
(
r6
,
systemcfg
)
sub
r6
,
r6
,
r26
/*
addr
of
the
variable
systemcfg
*/
...
...
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