An error occurred fetching the project authors.
- 20 Feb, 2004 1 commit
-
-
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.
-
- 31 Jul, 2003 1 commit
-
-
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.
-
- 23 Jun, 2003 1 commit
-
-
Ralf Bächle authored
This contains all the generic 32-bit MIPS code, so all arch/mips/ and include/asm-mips/ stuff.
-
- 30 Dec, 2002 1 commit
-
-
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.
-
- 05 Feb, 2002 1 commit
-
-
Linus Torvalds authored
-