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
e418695d
Commit
e418695d
authored
May 08, 2002
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sparc64: Make pcibios_init a subsys_initcall.
parent
55c4dce3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
arch/sparc64/kernel/pci.c
arch/sparc64/kernel/pci.c
+3
-1
No files found.
arch/sparc64/kernel/pci.c
View file @
e418695d
...
...
@@ -181,7 +181,7 @@ extern void rs_init(void);
extern
void
clock_probe
(
void
);
extern
void
power_init
(
void
);
void
__init
pcibios_init
(
void
)
static
void
__init
pcibios_init
(
void
)
{
pci_controller_probe
();
if
(
pci_controller_root
==
NULL
)
...
...
@@ -199,6 +199,8 @@ void __init pcibios_init(void)
power_init
();
}
subsys_initcall
(
pcibios_init
);
struct
pci_fixup
pcibios_fixups
[]
=
{
{
0
}
};
...
...
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