1. 14 9月, 2012 1 次提交
  2. 02 8月, 2012 1 次提交
  3. 31 7月, 2012 1 次提交
  4. 25 7月, 2012 1 次提交
  5. 24 7月, 2012 13 次提交
  6. 23 7月, 2012 19 次提交
  7. 19 7月, 2012 4 次提交
    • Y
      MIPS: Fix bug.h MIPS build regression · 3592c3cd
      Yoichi Yuasa 提交于
      Commit: 37778088 [bug.h: need linux/kernel.h
      for TAINT_WARN.] breaks all MIPS builds.
      
        CC      arch/mips/kernel/machine_kexec.o
      In file included from include/linux/kernel.h:20:0,
                       from include/asm-generic/bug.h:35,
                       from /home/yuasa/src/linux/kernel/git/linux-2.6/arch/mips/include/asm/bug.h:41,
                       from /home/yuasa/src/linux/kernel/git/linux-2.6/arch/mips/include/asm/bitops.h:20,
                       from include/linux/bitops.h:22,
                       from include/linux/signal.h:38,
                       from include/linux/elfcore.h:5,
                       from include/linux/kexec.h:60,
                       from arch/mips/kernel/machine_kexec.c:9:
      include/linux/log2.h: In function '__ilog2_u32':
      include/linux/log2.h:34:2: error: implicit declaration of function 'fls' [-Werror=implicit-function-declaration]
      include/linux/log2.h: In function '__ilog2_u64':
      include/linux/log2.h:42:2: error: implicit declaration of function 'fls64' [-Werror=implicit-function-declaration]
      include/linux/log2.h: In function '__roundup_pow_of_two':
      include/linux/log2.h:63:2: error: implicit declaration of function 'fls_long' [-Werror=implicit-function-declaration]
      In file included from include/linux/bitops.h:22:0,
                       from include/linux/signal.h:38,
                       from include/linux/elfcore.h:5,
                       from include/linux/kexec.h:60,
                       from arch/mips/kernel/machine_kexec.c:9:
      /home/yuasa/src/linux/kernel/git/linux-2.6/arch/mips/include/asm/bitops.h: At top level:
      /home/yuasa/src/linux/kernel/git/linux-2.6/arch/mips/include/asm/bitops.h:615:19: error: static declaration of 'fls' follows non-static declaration
      include/linux/log2.h:34:9: note: previous implicit declaration of 'fls' was here
      In file included from /home/yuasa/src/linux/kernel/git/linux-2.6/arch/mips/include/asm/bitops.h:651:0,
                       from include/linux/bitops.h:22,
                       from include/linux/signal.h:38,
                       from include/linux/elfcore.h:5,
                       from include/linux/kexec.h:60,
                       from arch/mips/kernel/machine_kexec.c:9:
      include/asm-generic/bitops/fls64.h:18:28: error: static declaration of 'fls64' follows non-static declaration
      include/linux/log2.h:42:9: note: previous implicit declaration of 'fls64' was here
      In file included from include/linux/signal.h:38:0,
                       from include/linux/elfcore.h:5,
                       from include/linux/kexec.h:60,
                       from arch/mips/kernel/machine_kexec.c:9:
      include/linux/bitops.h:160:24: error: conflicting types for 'fls_long'
      include/linux/log2.h:63:16: note: previous implicit declaration of 'fls_long' was here
      cc1: all warnings being treated as errors
      
      make[2]: *** [arch/mips/kernel/machine_kexec.o] Error 1
      Signed-off-by: NYoichi Yuasa <yuasa@linux-mips.org>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Cc: yuasa@linux-mips.org
      Cc: linux-kernel@vger.kernel.org
      Cc: Linuxppc-dev <linuxppc-dev@ozlabs.org>
      Cc: Linux MIPS Mailing List <linux-mips@linux-mips.org>
      Cc: Linux-sh list <linux-sh@vger.kernel.org>
      Cc: Chris Zankel <chris@zankel.net>
      Patchwork: https://patchwork.linux-mips.org/patch/4000/Tested-by: NJohn Crispin <blogic@openwrt.org>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      3592c3cd
    • F
      MIPS: BCM63XX: Fix BCM6368 IPSec clock bit · 38be3c7e
      Florian Fainelli 提交于
      The IPsec clock bit is 18 and not 17.
      Signed-off-by: NFlorian Fainelli <florian@openwrt.org>
      Cc: linux-mips@linux-mips.org
      Cc: mpm@selenic.com
      Cc: herbert@gondor.apana.org.au
      Patchwork: https://patchwork.linux-mips.org/patch/3323/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      38be3c7e
    • A
      MIPS: cmpxchg.h: Add missing include · 5520e426
      Aaro Koskinen 提交于
      Fix the following build breakage in v3.4-rc1:
      
        CC      kernel/irq_work.o
      In file included from include/linux/irq_work.h:4:0,
                       from kernel/irq_work.c:10:
      include/linux/llist.h: In function 'llist_del_all':
      include/linux/llist.h:178:2: error: implicit declaration of function 'BUILD_BUG_ON' [-Werror=implicit-function-declaration]
      Signed-off-by: NAaro Koskinen <aaro.koskinen@iki.fi>
      Cc: linux-kernel@vger.kernel.org
      Cc: linux-mips@linux-mips.org
      Patchwork: https://patchwork.linux-mips.org/patch/3568/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      5520e426
    • R
      MIPS: Fix typo multipy -> multiply · a586e14f
      Ralf Baechle 提交于
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      a586e14f