Skip to content
  • Will Deacon's avatar
    ARM: pmu: remove unused reservation mechanism · f0d1bc47
    Will Deacon authored
    
    
    The PMU reservation mechanism was originally intended to allow OProfile
    and perf-events to co-ordinate over access to the CPU PMU. Since then,
    OProfile for ARM has moved to using perf as its backend, so the
    reservation code is no longer used.
    
    This patch removes the reservation code for the CPU PMU on ARM.
    
    Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
    f0d1bc47