Commit 6bced388 authored by Linus Torvalds's avatar Linus Torvalds

Merge bk://ppc.bkbits.net/for-linus-ppc

into home.osdl.org:/home/torvalds/v2.5/linux
parents 47c44594 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
......
......@@ -14,6 +14,7 @@
#include <linux/kernel.h>
#include <linux/bitops.h>
#include <linux/errno.h>
#include <linux/threads.h>
#ifdef CONFIG_SMP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment