diff options
author | Dwayne Grant McConnell <decimal@us.ibm.com> | 2006-11-20 18:44:58 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 20:39:45 +1100 |
commit | b9e3bd774bb1a90fee9b90f461a51e4ba295fe6d (patch) | |
tree | 1df839981e28241d66f9bc5abe56f99476ef2a3f /arch/powerpc/platforms/cell/spufs/backing_ops.c | |
parent | 9b5047e249f429722d0adc54cb5ef051bd3d685c (diff) | |
download | blackbird-op-linux-b9e3bd774bb1a90fee9b90f461a51e4ba295fe6d.tar.gz blackbird-op-linux-b9e3bd774bb1a90fee9b90f461a51e4ba295fe6d.zip |
[POWERPC] spufs: Add /lslr, /dma_info and /proxydma files
The /lslr file gives read access to the SPU_LSLR register in hex; 0x3fff
for example The /dma_info file provides read access to the SPU Command
Queue in a binary format. The /proxydma_info files provides read access
access to the Proxy Command Queue in a binary format. The spu_info.h
file provides data structures for interpreting the binary format of
/dma_info and /proxydma_info.
Signed-off-by: Dwayne Grant McConnell <decimal@us.ibm.com>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/cell/spufs/backing_ops.c')
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/backing_ops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/backing_ops.c b/arch/powerpc/platforms/cell/spufs/backing_ops.c index 2d22cd59d6fc..21b28f61b00f 100644 --- a/arch/powerpc/platforms/cell/spufs/backing_ops.c +++ b/arch/powerpc/platforms/cell/spufs/backing_ops.c @@ -36,6 +36,7 @@ #include <asm/io.h> #include <asm/spu.h> #include <asm/spu_csa.h> +#include <asm/spu_info.h> #include <asm/mmu_context.h> #include "spufs.h" |