]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
x86: Update some stale comments in cpu_fork() and cpu_copy_thread().
authorJohn Baldwin <jhb@FreeBSD.org>
Fri, 12 Mar 2021 17:48:49 +0000 (09:48 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 12 Mar 2021 17:48:49 +0000 (09:48 -0800)
commit40d593d17eb6d70ea717d6546a16794858944176
tree14e08383d1bc7442d070847eecc8e237144d7b93
parentc7b021352332a2f79907d68f971849f74b73e1c6
x86: Update some stale comments in cpu_fork() and cpu_copy_thread().

Neither of these routines allocate stacks.

Reviewed by: kib
MFC after: 1 week
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D29227
sys/amd64/amd64/vm_machdep.c
sys/i386/i386/vm_machdep.c