An error occurred fetching the project authors.
  1. 20 Feb, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] MIPS mega-patch · 1d50e5e7
      Andrew Morton authored
      From: Ralf Baechle <ralf@linux-mips.org>
      
      Below following 125547 lines of patches, all to arch/mips and
      include/asm-mips.  I'm going to send the remaining stuff of which the one
      or other bit may need to be discussed in smaller bits.
      1d50e5e7
  2. 31 Jul, 2003 1 commit
    • Ralf Bächle's avatar
      [PATCH] MIPS update · 51c6022f
      Ralf Bächle authored
      Here's another MIPS update.  The patch is huge because it completly
      folds mips64 into mips, thereby eleminating 41010 lines of code.
      51c6022f
  3. 23 Jun, 2003 1 commit
  4. 30 Dec, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Fix kallsyms on 64 bit archs · be74f368
      Kai Germaschewski authored
      The generated .tmp_kallsyms.S needs to use .long / .quad for
      32/64 bit archs. To know which arch we're compiling for, we
      use the preprocessor and BITS_PER_LONG from <asm/types.h>.
      
      Unfortunately, asm/types.h was not safe to include from assembler
      files, so lots of #ifndef __ASSEMBLY__ needed to be added - should
      be fine now, untested for != i386, though.
      be74f368
  5. 05 Feb, 2002 1 commit