Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-27 | MIPS: Nuke trailing blank lines | Ralf Baechle | |
Recent git versions now warn about those and they've always been a bit of an annoyance. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | |
That is "success", "unknown", "through", "performance", "[re|un]mapping" , "access", "default", "reasonable", "[con]currently", "temperature" , "channel", "[un]used", "application", "example","hierarchy", "therefore" , "[over|under]flow", "contiguous", "threshold", "enough" and others. Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz> | |||
2009-06-24 | MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users. | Ralf Baechle | |
Some of the were relying into smp.h being dragged in by another header which of course is fragile. <asm/cpu-info.h> uses smp_processor_id() only in macros and including smp.h there leads to an include loop, so don't change cpu-info.h. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2009-05-14 | MIPS: IP27: Get rid of #ident. Gcc 4.4.0 doesn't like it. | Ralf Baechle | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2009-05-14 | MIPS: IP27: Fix clash with NMI_OFFSET from hardirq.h | Thomas Bogendoerfer | |
There was already a define for NMI_OFFSET in asm/sn/addr.h, which now clashes with linux/hardirq.h. Rename the one in sn/addr.h to fix IP27 builds.. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||
2008-10-11 | MIPS: Move headfiles to new location below arch/mips/include | Ralf Baechle | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> |