summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spu_priv1.c
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] spufs: abstract priv1 register access.Arnd Bergmann2006-01-091-0/+133
In a hypervisor based setup, direct access to the first priviledged register space can typically not be allowed to the kernel and has to be implemented through hypervisor calls. As suggested by Masato Noguchi, let's abstract the register access trough a number of function calls. Since there is currently no public specification of actual hypervisor calls to implement this, I only provide a place that makes it easier to hook into. Cc: Masato Noguchi <Masato.Noguchi@jp.sony.com> Cc: Geoff Levand <geoff.levand@am.sony.com> Signed-off-by: Arnd Bergmann <arndb@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
OpenPOWER on IntegriCloud