1. 10 Sep, 2007 9 commits
  2. 07 Sep, 2007 1 commit
  3. 06 Sep, 2007 2 commits
    • Hirokazu Takata's avatar
      m32r: Rename STI/CLI macros · 7071b291
      Hirokazu Takata authored
      The names of STI and CLI macros were derived from i386 arch historically,
      but their name are incomprehensible.
      So, for easy to understand, rename these macros to ENABLE_INTERRUPTS
      and DISABLE_INTERRUPTS, respectively.
      Signed-off-by: default avatarHirokazu Takata <takata@linux-m32r.org>
      7071b291
    • Hirokazu Takata's avatar
      m32r: build fix of entry.S · 33205613
      Hirokazu Takata authored
      This patch fixes the following compile error:
      <--  snip  -->
       ...
        AS      arch/m32r/kernel/entry.o
      /home/bunk/linux/kernel-2.6/linux-2.6.23-rc3-mm1/arch/m32r/kernel/entry.S: Assembler messages:
      /home/bunk/linux/kernel-2.6/linux-2.6.23-rc3-mm1/arch/m32r/kernel/entry.S:358: Error: bad instruction `addi r0,#(((((0)+(64))+(32))+(32)))'
      make[2]: *** [arch/m32r/kernel/entry.o] Error 1
      <--  snip  -->
      Signed-off-by: default avatarHirokazu Takata <takata@linux-m32r.org>
      Cc: Adrian Bunk <bunk@kernel.org>
      33205613
  4. 05 Sep, 2007 15 commits
  5. 04 Sep, 2007 5 commits
  6. 03 Sep, 2007 8 commits