aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/lasat
Commit message (Collapse)AuthorAgeFilesLines
* MIPS: Lasat: Fix compilationAlexey Dobriyan2009-09-171-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>
* MIPS: Move headfiles to new location below arch/mips/includeRalf Baechle2008-10-117-0/+357
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>