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
80a544ce
Commit
80a544ce
authored
Sep 26, 2006
by
Stephen Rothwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[POWERPC] iSeries has no legacy I/O
Signed-off-by:
Stephen Rothwell
<
sfr@canb.auug.org.au
>
parent
3f639ee8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
arch/powerpc/platforms/iseries/setup.c
arch/powerpc/platforms/iseries/setup.c
+10
-0
No files found.
arch/powerpc/platforms/iseries/setup.c
View file @
80a544ce
...
...
@@ -649,6 +649,15 @@ static void iseries_dedicated_idle(void)
void
__init
iSeries_init_IRQ
(
void
)
{
}
#endif
/*
* iSeries has no legacy IO, anything calling this function has to
* fail or bad things will happen
*/
static
int
iseries_check_legacy_ioport
(
unsigned
int
baseport
)
{
return
-
ENODEV
;
}
static
int
__init
iseries_probe
(
void
)
{
unsigned
long
root
=
of_get_flat_dt_root
();
...
...
@@ -677,6 +686,7 @@ define_machine(iseries) {
.
calibrate_decr
=
generic_calibrate_decr
,
.
progress
=
iSeries_progress
,
.
probe
=
iseries_probe
,
.
check_legacy_ioport
=
iseries_check_legacy_ioport
,
/* XXX Implement enable_pmcs for iSeries */
};
...
...
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