1
0
Fork 0

ARM: MCPM: add references to the available documentation in the code

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Dave Martin <Dave.Martin@arm.com>
steinar/wifi_calib_4_9_kernel
Nicolas Pitre 2015-04-28 14:51:36 -04:00
parent 7cc8b991cd
commit 1c2c7d51c8
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@
#include <asm/cputype.h>
#include <asm/suspend.h>
/*
* The public API for this code is documented in arch/arm/include/asm/mcpm.h.
* For a comprehensive description of the main algorithm used here, please
* see Documentation/arm/cluster-pm-race-avoidance.txt.
*/
struct sync_struct mcpm_sync;