projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f95bd4
)
[POWERPC] Fix 440SPe CPU table entry
author
Kumar Gala
<galak@kernel.crashing.org>
Fri, 8 Dec 2006 08:34:38 +0000
(
02:34
-0600)
committer
Kumar Gala
<galak@kernel.crashing.org>
Fri, 8 Dec 2006 08:45:38 +0000
(
02:45
-0600)
The 440SPe CPU table entry was missing the CPU_FTR_NODSISRALIGN and
really should have been CPU_FTRS_44X.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/kernel/cputable.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/kernel/cputable.c
b/arch/powerpc/kernel/cputable.c
index 11bfbaf655b59277bc9c51ab30fe30dac5ce0b5e..b742013bb9da2f6fbc70b86d2fea909e707e6881 100644
(file)
--- a/
arch/powerpc/kernel/cputable.c
+++ b/
arch/powerpc/kernel/cputable.c
@@
-1136,8
+1136,7
@@
static struct cpu_spec cpu_specs[] = {
.pvr_mask = 0xff000fff,
.pvr_value = 0x53000890,
.cpu_name = "440SPe Rev. A",
- .cpu_features = CPU_FTR_SPLIT_ID_CACHE |
- CPU_FTR_USE_TB,
+ .cpu_features = CPU_FTRS_44X,
.cpu_user_features = COMMON_USER_BOOKE,
.icache_bsize = 32,
.dcache_bsize = 32,