Explicitely specify an alignment for struct pcb. While all regular pcb's
are positioned and aligned by md code, dumppcb is just a static variable and requires this.
This commit is contained in:
parent
2408cfebf9
commit
50d97927da
@ -42,7 +42,7 @@ struct pcb {
|
||||
u_long pcb_nsaved;
|
||||
u_long pcb_rwsp[MAXWIN];
|
||||
struct rwindow pcb_rw[MAXWIN];
|
||||
};
|
||||
} __aligned(64);
|
||||
|
||||
#ifdef _KERNEL
|
||||
int savectx(struct pcb *pcb);
|
||||
|
Loading…
x
Reference in New Issue
Block a user