summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/paccess.h
AgeCommit message (Collapse)AuthorLines
2007-10-11[MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle-4/+4
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2007-04-27[MIPS] Replace old fashioned "__typeof" with "__typeof__".Robert P. J. Day-1/+1
[Robert's original log message said this was a bug but it isn't, it's just very old fashioned syntax that is not (no longer?) documented in the gcc documentation. So for the sake of uniformity I'm applying his patch but with a modified log message. -- Ralf] Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse-1/+0
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2005-10-29Gcc 4.0 fixes.Ralf Baechle-4/+4
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2005-09-05[PATCH] mips: clean up 32/64-bit configurationRalf Baechle-2/+2
Start cleaning 32-bit vs. 64-bit configuration. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+113
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!