aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/proc.c
Commit message (Collapse)AuthorAge
* sh: sh7372 SH4AL-DSP probe supportMagnus Damm2011-01-13
| | | | | | | | | | | | | Add probe support for the sh7372 SH4AL-DSP core. The most common use case for this is when the system boots from the ARM core in the sh7372 and uses the SH core for application offload as a slave CPU. May also be used to boot the sh7372 from the SH core. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Break out cpuinfo_op procfs bits.Paul Mundt2010-11-09
Presently this is all inlined in setup.c, which is not really the place for it. Follow the x86 example and split it out into its own file. Signed-off-by: Paul Mundt <lethal@linux-sh.org>