mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
MIPS: More detailed description of r4k_on_each_cpu
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
7837314d14
commit
c8c5f3fd9f
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue