Merge branch '4.0-fixes' into mips-for-linux-next
authorRalf Baechle <ralf@linux-mips.org>
Mon, 13 Apr 2015 14:03:32 +0000 (16:03 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 13 Apr 2015 14:03:32 +0000 (16:03 +0200)
1  2 
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/bcm47xx/board.c
arch/mips/include/asm/cpu-features.h
arch/mips/include/asm/cpu.h
arch/mips/include/asm/elf.h
arch/mips/kernel/cpu-probe.c
arch/mips/kernel/unaligned.c
arch/mips/mm/tlb-r4k.c
arch/mips/mm/tlbex.c
arch/mips/mti-malta/malta-memory.c

Simple merge
Simple merge
Simple merge
Simple merge
@@@ -377,7 -377,7 +377,8 @@@ enum cpu_type_enum 
  #define MIPS_CPU_MAAR         0x400000000ull /* MAAR(I) registers are present */
  #define MIPS_CPU_FRE          0x800000000ull /* FRE & UFE bits implemented */
  #define MIPS_CPU_RW_LLB               0x1000000000ull /* LLADDR/LLB writes are allowed */
- #define MIPS_CPU_CDMM         0x2000000000ull /* CPU has Common Device Memory Map */
+ #define MIPS_CPU_XPA          0x2000000000ull /* CPU supports Extended Physical Addressing */
++#define MIPS_CPU_CDMM         0x4000000000ull /* CPU has Common Device Memory Map */
  
  /*
   * CPU ASE encodings
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge