X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fprocessor.h;h=dba7c948189db065a0862bcfa8c438f236a15ada;hb=921314811be704252ad2caa8dde507d4c421ddc4;hp=e28b108051592d443c9f6da8982c2740be780424;hpb=efffbeee5bc4168059683714b300d307f5193d69;p=linux-2.6 diff --git a/include/asm-powerpc/processor.h b/include/asm-powerpc/processor.h index e28b108051..dba7c94818 100644 --- a/include/asm-powerpc/processor.h +++ b/include/asm-powerpc/processor.h @@ -145,9 +145,9 @@ struct thread_struct { unsigned long dabr; /* Data address breakpoint register */ #ifdef CONFIG_ALTIVEC /* Complete AltiVec register set */ - vector128 vr[32] __attribute((aligned(16))); + vector128 vr[32] __attribute__((aligned(16))); /* AltiVec status */ - vector128 vscr __attribute((aligned(16))); + vector128 vscr __attribute__((aligned(16))); unsigned long vrsave; int used_vr; /* set if process has used altivec */ #endif /* CONFIG_ALTIVEC */