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
f1000b96
Commit
f1000b96
authored
Aug 12, 2003
by
Tom Rini
Committed by
Paul Mackerras
Aug 12, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PPC32: Restrict when we enable IBM405_ERR{77,51}.
Newer IBM40x cores have these problems fixed.
parent
e2e0fcce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
arch/ppc/platforms/4xx/Kconfig
arch/ppc/platforms/4xx/Kconfig
+4
-4
No files found.
arch/ppc/platforms/4xx/Kconfig
View file @
f1000b96
...
...
@@ -70,16 +70,16 @@ config NP405H
depends on ASH
default y
# All 405-based cores
have this errata. This leaves out the 403GCX
# All 405-based cores
up until the 405GPR and 405EP have this errata.
config IBM405_ERR77
bool
depends on 40x && !403GCX
depends on 40x && !403GCX
&& !405GPR
default y
# All 40x-based cores have this errata.
# All 40x-based cores
, up until the 405GPR and 405EP
have this errata.
config IBM405_ERR51
bool
depends on 40x
depends on 40x
&& !405GPR
default y
config IBM_OCP
...
...
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