From: Geoff Levand Date: Mon, 19 Jun 2006 18:33:29 +0000 (+0200) Subject: [POWERPC] spufs: further abstract priv1 register access X-Git-Tag: v2.6.18-rc1~1081^2~225^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=540270d82db943855538cea5d0c790e7e669dda0;p=pandora-kernel.git [POWERPC] spufs: further abstract priv1 register access To support muti-platform binaries the spu hypervisor accessor routines must have runtime binding. I removed the existing statically linked routines in spu.h and spu_priv1_mmio.c and created new accessor routines in spu_priv1.h that operate indirectly through an ops struct spu_priv1_ops. spu_priv1_mmio.c contains the instance of the accessor routines for running on raw hardware. Signed-off-by: Geoff Levand Signed-off-by: Arnd Bergmann Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed