From: Nicolas Pitre Date: Tue, 28 Apr 2015 18:51:36 +0000 (-0400) Subject: ARM: MCPM: add references to the available documentation in the code X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1c2c7d51c8101ab3c5d8585713d2dcd52d77d33e;p=linux-beck.git ARM: MCPM: add references to the available documentation in the code Signed-off-by: Nicolas Pitre Acked-by: Dave Martin --- diff --git a/arch/arm/common/mcpm_entry.c b/arch/arm/common/mcpm_entry.c index c5fe2e33e6c3..492467587c58 100644 --- a/arch/arm/common/mcpm_entry.c +++ b/arch/arm/common/mcpm_entry.c @@ -20,6 +20,11 @@ #include #include +/* + * 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;