]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
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
index 1ca34887d990d3e5c8d636fe73c096330af5a174,f2364e41968282c5a5a8e3c4c954a9cb9ca8f18c..6d977309675025a01ab5d798d77bc8c3d63fd7de
@@@ -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;