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:
Thomas Moestl 2002-10-19 15:54:34 +00:00
parent 2408cfebf9
commit 50d97927da

View File

@ -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);