aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/vpe.c
Commit message (Collapse)AuthorAge
...
* [PATCH] Fix more "if ((err = foo() < 0))" typosAlexey Dobriyan2006-01-09
| | | | | | | | | | | Another reason to use: ret = foo(); if (ret < 0) goto out; Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* VPE loader janitoringRalf Baechle2005-11-07
| | | | | | | | | | o Switch to dynamic major o Remove duplicate SHN_MIPS_SCOMMON definition o Coding style: remove typedefs. o Coding style: reorder to avoid the need for forward declarations o Use kzalloc. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* Virtual SMP support for the 34K.Ralf Baechle2005-10-29
| | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* More AP / SP bits for the 34K, the Malta bits and things. Still wantsRalf Baechle2005-10-29
a little polishing. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>