HomeFreeBSD

Eliminate p_elf_machine from struct proc.

Description

Eliminate p_elf_machine from struct proc.

Instead of p_elf_machine use machine member of the Elf_Brandinfo which is now
cached in the struct proc at p_elf_brandinfo member.

Note to MFC: D30918, KBI

Reviewed by: kib, markj
Differential Revision: https://reviews.freebsd.org/D30926
MFC after: 2 weeks

Details

Provenance
dchaginAuthored on Jun 29 2021, 5:18 PM
Reviewer
kib
Differential Revision
D30926: Eliminate p_elf_machine from struct proc.
Parents
rG945accf502db: LinuxKPI: Use the proper API to determine the ABI of the running process.
Branches
Unknown
Tags
Unknown