Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67376
b: refs/heads/master
c: fc624ea
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Paul Mackerras committed Sep 22, 2007
1 parent 6f7fa28 commit 5f38dd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9b41fcb0eb890009f9de3df76fcdb2ba77314a4b
refs/heads/master: fc624eae3278330f484669dd8fe85535def7eb78
4 changes: 2 additions & 2 deletions trunk/include/asm-powerpc/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-powerpc/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ typedef unsigned long long __u64;

typedef struct {
__u32 u[4];
} __attribute((aligned(16))) __vector128;
} __attribute__((aligned(16))) __vector128;

#endif /* __ASSEMBLY__ */

Expand Down

0 comments on commit 5f38dd9

Please sign in to comment.