Home
last modified time | relevance | path

Searched hist:"767 c973f2e4a9264a4f159c9fad5ca8acdb9915e" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.cdiff 767c973f2e4a9264a4f159c9fad5ca8acdb9915e Tue Dec 22 13:46:41 CET 2020 Marc Zyngier <maz@kernel.org> KVM: arm64: Declutter host PSCI 0.1 handling

Although there is nothing wrong with the current host PSCI relay
implementation, we can clean it up and remove some of the helpers
that do not improve the overall readability of the legacy PSCI 0.1
handling.

Opportunity is taken to turn the bitmap into a set of booleans,
and creative use of preprocessor macros make init and check
more concise/readable.

Suggested-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>