projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cc8b99
)
ARM: MCPM: add references to the available documentation in the code
author
Nicolas Pitre
<nicolas.pitre@linaro.org>
Tue, 28 Apr 2015 18:51:36 +0000
(14:51 -0400)
committer
Nicolas 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
patch
|
blob
|
history
diff --git
a/arch/arm/common/mcpm_entry.c
b/arch/arm/common/mcpm_entry.c
index c5fe2e33e6c3c77cc78029190adab9f9c03821fe..492467587c58ed7222b4fbd7e51dbe1754a8565a 100644
(file)
--- a/
arch/arm/common/mcpm_entry.c
+++ b/
arch/arm/common/mcpm_entry.c
@@
-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;