瀏覽代碼

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>
Nicolas Pitre 10 年之前
父節點
當前提交
1c2c7d51c8
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      arch/arm/common/mcpm_entry.c

+ 5 - 0
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;