Skip to content
Snippets Groups Projects
Commit 5d168964 authored by Will Deacon's avatar Will Deacon
Browse files

arm64: kconfig: Ensure spinlock fastpaths are inlined if !PREEMPT


When running with CONFIG_PREEMPT=n, the spinlock fastpaths fit inside
64 bytes, which typically coincides with the L1 I-cache line size.

Inline the spinlock fastpaths, like we do already for rwlocks.

Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent c1109047
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment