1. 09 11月, 2012 5 次提交
  2. 23 8月, 2012 4 次提交
  3. 25 7月, 2012 2 次提交
  4. 24 7月, 2012 10 次提交
  5. 23 7月, 2012 1 次提交
  6. 04 7月, 2012 1 次提交
  7. 29 3月, 2012 2 次提交
    • R
      remove references to cpu_*_map in arch/ · 0b5f9c00
      Rusty Russell 提交于
      This has been obsolescent for a while; time for the final push.
      
      In adjacent context, replaced old cpus_* with cpumask_*.
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      Acked-by: David S. Miller <davem@davemloft.net> (arch/sparc)
      Acked-by: Chris Metcalf <cmetcalf@tilera.com> (arch/tile)
      Cc: user-mode-linux-devel@lists.sourceforge.net
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: Richard Kuo <rkuo@codeaurora.org>
      Cc: linux-hexagon@vger.kernel.org
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: linux-mips@linux-mips.org
      Cc: Kyle McMartin <kyle@mcmartin.ca>
      Cc: Helge Deller <deller@gmx.de>
      Cc: sparclinux@vger.kernel.org
      0b5f9c00
    • D
      Disintegrate asm/system.h for MIPS · b81947c6
      David Howells 提交于
      Disintegrate asm/system.h for MIPS.
      Signed-off-by: NDavid Howells <dhowells@redhat.com>
      Acked-by: NRalf Baechle <ralf@linux-mips.org>
      cc: linux-mips@linux-mips.org
      b81947c6
  8. 08 12月, 2011 11 次提交
  9. 25 10月, 2011 1 次提交
  10. 20 10月, 2011 2 次提交
  11. 21 9月, 2011 1 次提交
    • A
      MIPS: Do not use EXTRA_CFLAGS · b8ecf341
      Arnaud Lacombe 提交于
      Usage of these flags has been deprecated for nearly 4 years by:
      
          commit f77bf014
          Author: Sam Ravnborg <sam@neptun.(none)>
          Date:   Mon Oct 15 22:25:06 2007 +0200
      
              kbuild: introduce ccflags-y, asflags-y and ldflags-y
      
      Moreover, these flags (at least EXTRA_CFLAGS) have been documented for command
      line use. By default, gmake(1) do not override command line setting, so this is
      likely to result in build failure or unexpected behavior.
      
      Replace their usage by Kbuild's `{as,cc,ld}flags-y'.
      
      To: linux-kernel@vger.kernel.org
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Patchwork: https://patchwork.linux-mips.org/patch/2710/
      Cc: linux-mips@linux-mips.org
      Signed-off-by: NArnaud Lacombe <lacombar@gmail.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      b8ecf341