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
bedb7847
Commit
bedb7847
authored
Apr 07, 2004
by
Tom Rini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PPC32: Two minor Carolina PReP fixes.
From Hollis Blanchard <hollisb@us.ibm.com>.
parent
397964ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
arch/ppc/platforms/prep_setup.c
arch/ppc/platforms/prep_setup.c
+2
-1
No files found.
arch/ppc/platforms/prep_setup.c
View file @
bedb7847
...
...
@@ -323,7 +323,7 @@ prep_carolina_cpuinfo(struct seq_file *m)
/* L2 size */
if
((
l2_reg
&
0x60
)
==
0
)
seq_printf
(
m
,
"256KiB"
);
else
if
((
l2_reg
&
0x60
)
==
1
)
else
if
((
l2_reg
&
0x60
)
==
0x20
)
seq_printf
(
m
,
"512KiB"
);
else
seq_printf
(
m
,
"unknown size"
);
...
...
@@ -725,6 +725,7 @@ prep_setup_arch(void)
case
PREP_IBM_CAROLINA_IDE_0
:
case
PREP_IBM_CAROLINA_IDE_1
:
case
PREP_IBM_CAROLINA_IDE_2
:
case
PREP_IBM_CAROLINA_IDE_3
:
is_ide
=
1
;
case
PREP_IBM_CAROLINA_SCSI_0
:
case
PREP_IBM_CAROLINA_SCSI_1
:
...
...
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