]> git.baikalelectronics.ru Git - kernel.git/commit
stop_machine.h: fix implicit use of smp.h for smp_processor_id
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 17 Jul 2011 21:11:26 +0000 (17:11 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:28 +0000 (19:32 -0400)
commit23fd38d0de5963a47ecca5363207215dc6fe3e05
tree44487ed5b1ecee4478561adbebd56b1965d0a581
parentaf81164def0f5df5726e69d92b920bee39b83946
stop_machine.h: fix implicit use of smp.h for smp_processor_id

This will show up on MIPS when we fix all the implicit header presences
that are because of module.h being everywhere.

In file included from kernel/trace/ftrace.c:16:
include/linux/stop_machine.h: In function 'stop_one_cpu':
include/linux/stop_machine.h:50: error: implicit declaration of function 'smp_processor_id'
include/linux/stop_machine.h: In function 'stop_cpus':
include/linux/stop_machine.h:80: error: implicit declaration of function 'raw_smp_processor_id'

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
include/linux/stop_machine.h