summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/lasat
AgeCommit message (Collapse)AuthorFilesLines
2011-09-27doc: fix broken referencesPaul Bolle1-4/+2
There are numerous broken references to Documentation files (in other Documentation files, in comments, etc.). These broken references are caused by typo's in the references, and by renames or removals of the Documentation files. Some broken references are simply odd. Fix these broken references, sometimes by dropping the irrelevant text they were part of. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2009-09-17MIPS: Lasat: Fix compilationAlexey Dobriyan1-0/+1
Header needed for current_cpu_data which expands to smp_processor_id(). However, linux/smp.h can't be included into asm/cpu-info.h due to horrible circular dependencies, so plug it here. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2008-10-11MIPS: Move headfiles to new location below arch/mips/includeRalf Baechle7-0/+357
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>