HomeFreeBSD

Remove an unused struct proc *p1 in cpu_fork().

Description

Remove an unused struct proc *p1 in cpu_fork().

The only reference to p1 after a dead store was in a comment so update
the comment to refer to td1.

Submitted by: sbruno
Differential Revision: https://reviews.freebsd.org/D16226

Details

Provenance
brooksAuthored on
Differential Revision
D16226: [MIPS]: reap unused struct proc *p1;
Parents
rS345134: fuse(4) tests: minor tweaks
Branches
Unknown
Tags
Unknown