HomeFreeBSD

arm/pmu: remove passing trap frame as argument

Description

arm/pmu: remove passing trap frame as argument

While otherwise a handy potential approach, getting the trap frame via
the argument isn't documented and isn't supposed to be used. Adjust
pmu_intr() to instead use curthread->td_intr_frame, which is the proper
way.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1126

Details

Provenance
ehem_freebsd_m5p.comAuthored on May 9 2024, 11:04 PM
impCommitted on May 9 2024, 11:14 PM
Parents
rG24d5cc14dd60: sound: Rename oss_audioinfo->real_device to oss_audioinfo->legacy_device
Branches
Unknown
Tags
Unknown