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
cd019539
Commit
cd019539
authored
Oct 24, 2004
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc64: make G5 setup compile again
The stop_self thing is accessed unconditionally from pSeries_setup.c
parent
026a9448
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
arch/ppc64/kernel/rtas.c
arch/ppc64/kernel/rtas.c
+0
-2
No files found.
arch/ppc64/kernel/rtas.c
View file @
cd019539
...
...
@@ -516,7 +516,6 @@ asmlinkage int ppc_rtas(struct rtas_args __user *uargs)
return
0
;
}
#ifdef CONFIG_HOTPLUG_CPU
/* This version can't take the spinlock, because it never returns */
struct
rtas_args
rtas_stop_self_args
=
{
...
...
@@ -541,7 +540,6 @@ void rtas_stop_self(void)
panic
(
"Alas, I survived.
\n
"
);
}
#endif
/* CONFIG_HOTPLUG_CPU */
/*
* Return the firmware-specified size of the error log buffer
...
...
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