Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a147c5857c0b591b05d787e59b691c3a4f245f83
Commit:     a147c5857c0b591b05d787e59b691c3a4f245f83
Parent:     5f95bd481e66ced8f316db39f202da955c5db6d6
Author:     Kumar Gala <[EMAIL PROTECTED]>
AuthorDate: Fri Dec 8 02:34:38 2006 -0600
Committer:  Kumar Gala <[EMAIL PROTECTED]>
CommitDate: Fri Dec 8 02:45:38 2006 -0600

    [POWERPC] Fix 440SPe CPU table entry
    
    The 440SPe CPU table entry was missing the CPU_FTR_NODSISRALIGN and
    really should have been CPU_FTRS_44X.
    
    Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
 arch/powerpc/kernel/cputable.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index 11bfbaf..b742013 100644
--- 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,
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to