X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fprocessor.h;h=dba7c948189db065a0862bcfa8c438f236a15ada;hb=c99da91e7a12724127475a85cc7a38214b3504e2;hp=e28b108051592d443c9f6da8982c2740be780424;hpb=6dfce901a450534d046b7950682243d5fb665783;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 */