1. 23 Jan, 2005 3 commits
    • 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
    • Russell King's avatar
      [ARM] Add warning about building fiq.c with gcc >= 3.4 · 6672968d
      Russell King authored
      Unfortunately, some changes to GCC prevents fiq.c expressing the
      constraints for the assembly setting the FIQ register set.  Warn
      people with later gcc toolchains that they can expect failure to
      occur.
      Signed-off-by: default avatarRussell King <rmk@arm.linux.org.uk>
      6672968d
    • Russell King's avatar
      [ARM] msr can take immediate constants. · 4ef30322
      Russell King authored
      Signed-off-by: default avatarRussell King <rmk@arm.linux.org.uk>
      4ef30322
  2. 22 Jan, 2005 37 commits