Resort and resize the altivec registers in the pcb. vrsave and vscr are both
32-bit registers via the PowerPC spec. X-MFC-with: r276634 MFC after: 2 weeks
This commit is contained in:
parent
7bde2664d6
commit
971e8cb1c0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276635
@ -58,9 +58,9 @@ struct pcb {
|
||||
stuff. */
|
||||
struct vec {
|
||||
uint32_t vr[32][4];
|
||||
register_t vrsave;
|
||||
register_t spare[2];
|
||||
register_t vscr; /* aligned at vector element 3 */
|
||||
uint32_t spare[2];
|
||||
uint32_t vrsave;
|
||||
uint32_t vscr; /* aligned at vector element 3 */
|
||||
} pcb_vec __aligned(16); /* Vector processor */
|
||||
unsigned int pcb_veccpu; /* which CPU had our vector
|
||||
stuff. */
|
||||
|
Loading…
Reference in New Issue
Block a user