summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/ppu/cell_spu.c
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.c
parent1bc303283e85ac15e74af1a2297166d87986e15e (diff)
use ALIGN16_ATTRIB from p_compiler.h
Diffstat (limited to 'src/mesa/pipe/cell/ppu/cell_spu.c')
-rw-r--r--src/mesa/pipe/cell/ppu/cell_spu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/cell/ppu/cell_spu.c b/src/mesa/pipe/cell/ppu/cell_spu.c
index 4f111cd219..37207c38d7 100644
--- a/src/mesa/pipe/cell/ppu/cell_spu.c
+++ b/src/mesa/pipe/cell/ppu/cell_spu.c
@@ -50,8 +50,8 @@ spe_spu_control_area_t *control_ps_area[MAX_SPUS];
/**
* Data sent to SPUs
*/
-struct cell_init_info inits[MAX_SPUS] ALIGN16;
-struct cell_command command[MAX_SPUS] ALIGN16;
+struct cell_init_info inits[MAX_SPUS];
+struct cell_command command[MAX_SPUS];
/**