1. 25 Jan, 2005 28 commits
  2. 24 Jan, 2005 1 commit
  3. 25 Jan, 2005 2 commits
  4. 24 Jan, 2005 7 commits
  5. 23 Jan, 2005 2 commits
    • Linus Torvalds's avatar
      Merge bk://bk.arm.linux.org.uk/linux-2.6-rmk · b82f54f7
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      b82f54f7
    • Ben Dooks's avatar
      [ARM PATCH] 2431/1: Split arch specifics out of arch/arm/kernel/debug.S · fa4b7cad
      Ben Dooks authored
      Patch from Ben Dooks
      
      This patch moves all the machine/arch specific bits out of
      arch/arm/kernel/debug.S and places them into the include
      directories for those given architectures. The debug macros
      are placed into include/asm-arm/arch-*/debug-macro.S.
      The aim is to clean-up the debug.S code and make it easier to
      modify a single-architecture without affecting the entire
      debug.S file.
      The patch also removes CONFIG_ARCH_FTVPCI, which no longer
      exists anywhere else in the kernel.
      All new include files have the original copyright notice
      from arch/arm/kernel/debug.S.
      Note, not all architectures modified here have been built
      and/or tested due to lack of available machines, or
      problems building for them (no defconfig available, or
      problems with kernel build).
      
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      fa4b7cad