Deleted Added
full compact
58c58
< __FBSDID("$FreeBSD: head/sys/powerpc/aim/machdep.c 204128 2010-02-20 16:23:29Z nwhitehorn $");
---
> __FBSDID("$FreeBSD: head/sys/powerpc/aim/machdep.c 205642 2010-03-25 14:24:00Z nwhitehorn $");
954c954
< exec_setregs(struct thread *td, u_long entry, u_long stack, u_long ps_strings)
---
> exec_setregs(struct thread *td, struct image_params *imgp, u_long stack)
998c998
< tf->srr0 = entry;
---
> tf->srr0 = imgp->entry_addr;