HomeFreeBSD

Mark proc0 as a kernel process via the P_KTHREAD flag.

Description

Mark proc0 as a kernel process via the P_KTHREAD flag.

All other kernel processes have this flag set and all threads in proc0
(including thread0) have the similar TDP_KTHREAD flag set.

PR: 204999
Submitted by: Oliver Pinter @ HardenedBSD
Reviewed by: kib
MFC after: 1 week

Details

Provenance
jhbAuthored on
Reviewer
kib
Parents
rS295417: Fix the SCSI Extended INQUIRY probe case when an error is returned
Branches
Unknown
Tags
Unknown