diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-27 01:04:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-27 01:04:04 +0000 |
commit | c9aeb59e583a562563b8d0dc1698be747c834bc8 (patch) | |
tree | 4f2dcbd3a01f7bca29bed0b1e4fb63677bf10b0f /sys/arch/macppc | |
parent | 82c0a20f7f1b697161e946c6653ad3aa6c2e1d59 (diff) |
previous commit ppc machines. has miod been reading tech-kern too much,
and is he trying to emulate them?
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/macppc/machdep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/macppc/macppc/machdep.c b/sys/arch/macppc/macppc/machdep.c index 80a37d9675e..78b1707a75f 100644 --- a/sys/arch/macppc/macppc/machdep.c +++ b/sys/arch/macppc/macppc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.86 2007/02/26 21:30:17 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.87 2007/02/27 01:04:03 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */ /* @@ -660,8 +660,6 @@ setregs(struct proc *p, struct exec_package *pack, u_long stack, tf->srr0 = pack->ep_entry; tf->srr1 = PSL_MBO | PSL_USERSET | PSL_FE_DFLT; p->p_addr->u_pcb.pcb_flags = 0; - - retval[1] = 0; } /* |