RE: [PATCH v2 10/33] x86/intel_rdt: Implement scheduling support for Intel RDT

From: Luck, Tony
Date: Thu Sep 15 2016 - 17:40:16 EST


> How to do this? Should I change the line to
>
> + if (static_branch_unlikely(&rdt_enable_key))?

See Documentation/static-keys.txt, there are some examples.

also "git grep static_branch_unlikely" to see existing users

-Tony