summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_spu.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-10-15 14:12:55 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-10-15 14:12:55 -0600
commit0eb0b0a816764a323af7a8d2b5cb6792f886ce04 (patch)
tree8942ea66dc167d532e97db3aab1a4f2fe293fd5c /src/gallium/drivers/cell/ppu/cell_spu.h
parent79e96b3a77f7d5c7136b380abcc675c7242d0ffe (diff)
cell: remove some old, pre-batchbuffer stuff
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_spu.h')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_spu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_spu.h b/src/gallium/drivers/cell/ppu/cell_spu.h
index 137f26612e..3443331b01 100644
--- a/src/gallium/drivers/cell/ppu/cell_spu.h
+++ b/src/gallium/drivers/cell/ppu/cell_spu.h
@@ -50,10 +50,9 @@ struct cell_global_info
pthread_t spe_threads[MAX_SPUS];
/**
- * Data sent to SPUs
+ * Data sent to SPUs at start-up
*/
struct cell_init_info inits[MAX_SPUS];
- struct cell_command command[MAX_SPUS];
};