[PATCHv2 3/5] cpuidle: add support for states that affect multiple cpus

Arjan van de Ven arjan at linux.intel.com
Thu Mar 15 21:52:05 EDT 2012


On 3/15/2012 5:20 PM, Colin Cross wrote:
> Oops, dropped the atomic_dec when I merged from two separate functions
> for up and down to a single function that takes a bool.

generally in Linux we tend to not like "multiplexer" common functions
like this.

my suggestion: make your current function a __ prefixed one, then
provide 2 small inlines that call the __ one...




More information about the linux-arm-kernel mailing list