浏览代码

MIPS: More detailed description of r4k_on_each_cpu

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 14 年之前
父节点
当前提交
c8c5f3fd9f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/mips/mm/c-r4k.c

+ 1 - 0
arch/mips/mm/c-r4k.c

@@ -42,6 +42,7 @@
  *  o collapses to normal function call on UP kernels
  *  o collapses to normal function call on systems with a single shared
  *    primary cache.
+ *  o doesn't disable interrupts on the local CPU
  */
 static inline void r4k_on_each_cpu(void (*func) (void *info), void *info,
                                    int wait)