Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/cavium...
authorRalf Baechle <ralf@linux-mips.org>
Wed, 11 Jan 2012 14:42:31 +0000 (15:42 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 11 Jan 2012 14:42:31 +0000 (15:42 +0100)
1  2  3  4  5  6  7  8  9  10  11 
arch/mips/Kconfig
arch/mips/ar7/platform.c
arch/mips/ath79/setup.c
arch/mips/include/asm/cpu.h
arch/mips/include/asm/module.h
arch/mips/kernel/Makefile
arch/mips/kernel/cpu-probe.c
arch/mips/kernel/traps.c
arch/mips/mm/Makefile
arch/mips/pci/Makefile

Simple merge
Simple merge
@@@@@@@@@@@@ -134,9 -134,9 -146,11 -134,9 -134,9 -134,9 -134,9 -134,9 -134,9 -134,9 -134,9 +146,11 @@@@@@@@@@@@ static void __init ath79_detect_sys_typ
                        break;
           
                default:
 ----------             panic("ath79: unknown SoC, id:0x%08x\n", id);
 ++++++++++             panic("ath79: unknown SoC, id:0x%08x", id);
                }
           
++ ++++++++     ath79_soc_rev = rev;
++ ++++++++
                sprintf(ath79_sys_type, "Atheros AR%s rev %u", chip, rev);
                pr_info("SoC: %s\n", ath79_sys_type);
           }
           #define PRID_IMP_NETLOGIC_XLS412B    0x4c00
           #define PRID_IMP_NETLOGIC_XLS408B    0x4e00
           #define PRID_IMP_NETLOGIC_XLS404B    0x4f00
 ++++++++++#define PRID_IMP_NETLOGIC_AU13XX     0x8000
 +++++++++ 
++++++++++ #define PRID_IMP_NETLOGIC_XLP8XX     0x1000
++++++++++ #define PRID_IMP_NETLOGIC_XLP3XX     0x1100
+          
           /*
            * Definitions for 7:0 on legacy processors
            */
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge