summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/ppu/cell_spu.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-12-11 08:47:13 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-12-11 09:00:01 -0700
commit9f0e5642d80d746aa757a1e67dec15b0fd404e5d (patch)
treef9c578626f6af5e89d55281649c05e2df59063d6 /src/mesa/pipe/cell/ppu/cell_spu.h
parent1bc303283e85ac15e74af1a2297166d87986e15e (diff)
use ALIGN16_ATTRIB from p_compiler.h
Diffstat (limited to 'src/mesa/pipe/cell/ppu/cell_spu.h')
-rw-r--r--src/mesa/pipe/cell/ppu/cell_spu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/pipe/cell/ppu/cell_spu.h b/src/mesa/pipe/cell/ppu/cell_spu.h
index dcbc72573f..f030be45fc 100644
--- a/src/mesa/pipe/cell/ppu/cell_spu.h
+++ b/src/mesa/pipe/cell/ppu/cell_spu.h
@@ -36,7 +36,7 @@
#include "cell_context.h"
-#define MAX_SPUS 7
+#define MAX_SPUS 8
/**
* SPU/SPE handles, etc
@@ -49,8 +49,8 @@ extern spe_spu_control_area_t *control_ps_area[MAX_SPUS];
/**
* Data sent to SPUs
*/
-extern struct cell_init_info inits[MAX_SPUS] ALIGN16;
-extern struct cell_command command[MAX_SPUS] ALIGN16;
+extern struct cell_init_info inits[MAX_SPUS];
+extern struct cell_command command[MAX_SPUS];
void