Marcin Slusarz 7701e8c59b x86, mmiotrace: silence section mismatch warning - leave_uniprocessor
WARNING: vmlinux.o(.text+0x180af): Section mismatch in reference from the function leave_uniprocessor() to the function .cpuinit.text:cpu_up()
The function leave_uniprocessor() references
the function __cpuinit cpu_up().
This is often because leave_uniprocessor lacks a __cpuinit
annotation or the annotation of cpu_up is wrong.

leave_uniprocessor calls cpu_up only when CONFIG_HOTPLUG_CPU is set,
so it can be safely annotated as __ref

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Cc: Pekka Paalanen <pq@iki.fi>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Pekka Paalanen <pq@iki.fi>
2008-08-21 12:35:16 +02:00
..
2008-07-22 10:43:45 +02:00
2008-01-30 13:31:41 +01:00
2008-04-30 23:15:34 +02:00
2008-07-08 13:10:38 +02:00
2008-07-18 14:10:27 +02:00
2008-01-30 13:31:10 +01:00
2008-08-15 15:27:55 +02:00
2008-07-26 12:00:10 -07:00
2008-08-11 18:44:02 +02:00
2008-07-11 10:22:33 +02:00
2008-05-24 11:27:28 +02:00