Commit c8c5f3fd authored by Ralf Baechle's avatar Ralf Baechle

MIPS: More detailed description of r4k_on_each_cpu

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 7837314d
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
* o collapses to normal function call on UP kernels * o collapses to normal function call on UP kernels
* o collapses to normal function call on systems with a single shared * o collapses to normal function call on systems with a single shared
* primary cache. * primary cache.
* o doesn't disable interrupts on the local CPU
*/ */
static inline void r4k_on_each_cpu(void (*func) (void *info), void *info, static inline void r4k_on_each_cpu(void (*func) (void *info), void *info,
int wait) int wait)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment