diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-07-28 19:48:55 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-07-28 19:48:55 +0000 |
commit | c1204e34684eef5831ee012f20e353732f1918c0 (patch) | |
tree | ad20ab6c061c47e7bf8c78304043f8a7706d9984 /sys | |
parent | d4c892330665ad1512c6e72114db476ee6bd6720 (diff) |
zap a misleading comment
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/i386/vm_machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/vm_machdep.c b/sys/arch/i386/i386/vm_machdep.c index 5711b9d63e1..94449cd660e 100644 --- a/sys/arch/i386/i386/vm_machdep.c +++ b/sys/arch/i386/i386/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.58 2009/06/03 00:49:12 art Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.59 2012/07/28 19:48:54 guenther Exp $ */ /* $NetBSD: vm_machdep.c,v 1.61 1996/05/03 19:42:35 christos Exp $ */ /*- @@ -105,7 +105,6 @@ cpu_fork(struct proc *p1, struct proc *p2, void *stack, size_t stacksize, /* * Copy the trapframe, and arrange for the child to return directly - * through rei(). */ p2->p_md.md_regs = tf = (struct trapframe *)pcb->pcb_tss.tss_esp0 - 1; *tf = *p1->p_md.md_regs; |