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
6bced388
Commit
6bced388
authored
Aug 13, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://ppc.bkbits.net/for-linus-ppc
into home.osdl.org:/home/torvalds/v2.5/linux
parents
47c44594
f1000b96
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
arch/ppc/platforms/4xx/Kconfig
arch/ppc/platforms/4xx/Kconfig
+4
-4
include/asm-ppc/smp.h
include/asm-ppc/smp.h
+1
-0
No files found.
arch/ppc/platforms/4xx/Kconfig
View file @
6bced388
...
@@ -70,16 +70,16 @@ config NP405H
...
@@ -70,16 +70,16 @@ config NP405H
depends on ASH
depends on ASH
default y
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
config IBM405_ERR77
bool
bool
depends on 40x && !403GCX
depends on 40x && !403GCX
&& !405GPR
default y
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
config IBM405_ERR51
bool
bool
depends on 40x
depends on 40x
&& !405GPR
default y
default y
config IBM_OCP
config IBM_OCP
...
...
include/asm-ppc/smp.h
View file @
6bced388
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
#include <linux/kernel.h>
#include <linux/kernel.h>
#include <linux/bitops.h>
#include <linux/bitops.h>
#include <linux/errno.h>
#include <linux/errno.h>
#include <linux/threads.h>
#ifdef CONFIG_SMP
#ifdef CONFIG_SMP
...
...
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