]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: MCPM: add references to the available documentation in the code
authorNicolas Pitre <nicolas.pitre@linaro.org>
Tue, 28 Apr 2015 18:51:36 +0000 (14:51 -0400)
committerNicolas Pitre <nicolas.pitre@linaro.org>
Wed, 6 May 2015 15:46:15 +0000 (11:46 -0400)
Signed-off-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Dave Martin <Dave.Martin@arm.com>
arch/arm/common/mcpm_entry.c

index c5fe2e33e6c3c77cc78029190adab9f9c03821fe..492467587c58ed7222b4fbd7e51dbe1754a8565a 100644 (file)
 #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;