1. 12 Sep, 2006 3 commits
    • Paul Mundt's avatar
      sh64: Use generic BUG_ON()/WARN_ON(). · 56060141
      Paul Mundt authored
      sh64 doesn't need to do anything special for BUG_ON() or
      WARN_ON(), use the generic versions.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      56060141
    • Paul Mundt's avatar
      sh64: Trivial build fixes. · 21264136
      Paul Mundt authored
      While we've been sorting out the toolchain fiasco, some of
      the code has suffered a bit of bitrot. Building with GCC4
      also brings up some more build warnings. Trivial fixes for
      both issues.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      21264136
    • Paul Mundt's avatar
      sh64: Drop deprecated ISA tuning for legacy toolchains. · ccdfc526
      Paul Mundt authored
      The original sh64 toolchains required that we tune the ISA
      level accordingly to not have head.S/entry.S blow up. With
      current toolchains, this is no longer the case, and the
      syntax magically changed as well, causing all current
      toolchains to die a horrible death.
      
      Incidentally, code generation in other parts of the kernel
      is now significantly complex enough that none of the older
      toolchains make it very far these days, so there's not
      even any point in preserving legacy compatability via
      as-option.
      
      This fixes a long-standing issue, as noted here:
      
      	http://lkml.org/lkml/2005/1/5/223
      
      Though at the time the current toolchains were too broken
      to make adjusting the tuning worthwhile.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      ccdfc526
  2. 11 Sep, 2006 16 commits
  3. 09 Sep, 2006 6 commits
  4. 08 Sep, 2006 12 commits
  5. 07 Sep, 2006 3 commits