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
862d5483
Commit
862d5483
authored
May 14, 2004
by
Benjamin Herrenschmidt
Committed by
Linus Torvalds
May 14, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] ppc64: Add proper SMP init on dual 970FX based machines
This patch fixes SMP boot on Apple Xserve G5
parent
4d45d920
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
arch/ppc64/kernel/cpu_setup_power4.S
arch/ppc64/kernel/cpu_setup_power4.S
+6
-2
No files found.
arch/ppc64/kernel/cpu_setup_power4.S
View file @
862d5483
...
...
@@ -119,7 +119,9 @@ _GLOBAL(__save_cpu_setup)
/
*
We
only
deal
with
970
for
now
*/
mfspr
r0
,
SPRN_PVR
srwi
r0
,
r0
,
16
cmpwi
r0
,
0x39
cmpwi
cr0
,
r0
,
0x39
cmpwi
cr1
,
r0
,
0x3c
cror
4
*
cr0
+
eq
,
4
*
cr0
+
eq
,
4
*
cr1
+
eq
bne
1
f
/
*
Save
HID0
,
1
,
4
and
5
*/
...
...
@@ -149,7 +151,9 @@ _GLOBAL(__restore_cpu_setup)
/
*
We
only
deal
with
970
for
now
*/
mfspr
r0
,
SPRN_PVR
srwi
r0
,
r0
,
16
cmpwi
r0
,
0x39
cmpwi
cr0
,
r0
,
0x39
cmpwi
cr1
,
r0
,
0x3c
cror
4
*
cr0
+
eq
,
4
*
cr0
+
eq
,
4
*
cr1
+
eq
bne
1
f
/
*
Clear
interrupt
prefix
*/
...
...
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