OSDN Git Service

Merge branch '3.15-fixes' into mips-for-linux-next
authorRalf Baechle <ralf@linux-mips.org>
Wed, 4 Jun 2014 20:53:02 +0000 (22:53 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 4 Jun 2014 20:53:02 +0000 (22:53 +0200)
1  2 
MAINTAINERS
arch/mips/Makefile
arch/mips/include/asm/cpu-info.h
arch/mips/include/asm/msa.h
arch/mips/kernel/branch.c
arch/mips/kernel/traps.c
arch/mips/mti-malta/malta-memory.c

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -26,8 -26,8 +26,8 @@@ unsigned long physical_memsize = 0L
  
  fw_memblock_t * __init fw_getmdesc(int eva)
  {
 -      char *memsize_str, *ememsize_str __maybe_unused = NULL, *ptr;
 -      unsigned long memsize = 0, ememsize __maybe_unused = 0;
 +      char *memsize_str, *ememsize_str = NULL, *ptr;
-       unsigned long memsize, ememsize = 0;
++      unsigned long memsize = 0, ememsize = 0;
        static char cmdline[COMMAND_LINE_SIZE] __initdata;
        int tmp;