Skip to content
Commit fdeb8e35 authored by Will Deacon's avatar Will Deacon Committed by Russell King
Browse files

ARM: 7441/1: perf: return -EOPNOTSUPP if requested mode exclusion is unavailable



We currently return -EPERM if the user requests mode exclusion that is
not supported by the CPU. This looks pretty confusing from userspace
and is inconsistent with other architectures (ppc, x86).

This patch returns -EOPNOTSUPP instead.

Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 433e2f30
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment