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

(cherry picked from commit 945accf502db0dd44522489857f461e29ef17d30)

Details

Provenance
dchaginAuthored on Jun 17 2022, 7:30 PM
Reviewer
kib
Differential Revision
D30926: Eliminate p_elf_machine from struct proc.
Parents
rGba40604902f1: LinuxKPI: Use the proper API to determine the ABI of the running process.
Branches
Unknown
Tags
Unknown