Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 | |
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 | 1 | -0/+1 | |
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 | 1 | -2/+2 | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | |||||
2009-05-14 | MIPS: IP27: Fix clash with NMI_OFFSET from hardirq.h | Thomas Bogendoerfer | 1 | -2/+2 | |
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 | 25 | -0/+5942 | |
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> |