Home
last modified time | relevance | path

Searched hist:"7 cc8b991cdc985aaa73bf9c429c810cd442fb74d" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dmcpm.hdiff 7cc8b991cdc985aaa73bf9c429c810cd442fb74d Tue Apr 28 13:11:07 CDT 2015 Nicolas Pitre <nicolas.pitre@linaro.org> ARM: MCPM: make internal helpers private to the core code

This concerns the following helpers:

__mcpm_cpu_going_down()
__mcpm_cpu_down()
__mcpm_outbound_enter_critical()
__mcpm_outbound_leave_critical()
__mcpm_cluster_state()

They are and should only be used by the core code now. Therefore their
declarations are removed from mcpm.h and their definitions are made
static, hence the need to move them before their users which accounts
for the bulk of this patch.

This left the mcpm_sync_struct definition at an odd location, therefore
it is moved as well with some comment clarifications.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Dave Martin <Dave.Martin@arm.com>
/openbmc/linux/arch/arm/common/
H A Dmcpm_entry.cdiff 7cc8b991cdc985aaa73bf9c429c810cd442fb74d Tue Apr 28 13:11:07 CDT 2015 Nicolas Pitre <nicolas.pitre@linaro.org> ARM: MCPM: make internal helpers private to the core code

This concerns the following helpers:

__mcpm_cpu_going_down()
__mcpm_cpu_down()
__mcpm_outbound_enter_critical()
__mcpm_outbound_leave_critical()
__mcpm_cluster_state()

They are and should only be used by the core code now. Therefore their
declarations are removed from mcpm.h and their definitions are made
static, hence the need to move them before their users which accounts
for the bulk of this patch.

This left the mcpm_sync_struct definition at an odd location, therefore
it is moved as well with some comment clarifications.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Dave Martin <Dave.Martin@arm.com>