aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorRakib Mullick <[email protected]>2009-11-05 16:51:40 -0500
committerLen Brown <[email protected]>2009-11-05 16:51:40 -0500
commit941b10fab2cbd90ac7ad6bc2338ffe30e1d3ce53 (patch)
tree3c425feb0a852aa643687b0069d3197a6343c733 /tools/perf/util/scripting-engines/trace-event-python.c
parent22aecebfd9498c4779e5c5bed1d2d054bd99f7a4 (diff)
ACPI: add __cpuinit to acpi_processor_add()
Annote acpi_processor_add with cpuinit since it calls a cpuinit function acpi_processor_power_init and fixes a section mismatch warning. We were warned by the following warning: LD drivers/acpi/processor.o WARNING: drivers/acpi/processor.o(.text+0x1829): Section mismatch in reference from the function acpi_processor_add() to the function .cpuinit.text:acpi_processor_power_init() The function acpi_processor_add() references the function __cpuinit acpi_processor_power_init(). This is often because acpi_processor_add lacks a __cpuinit annotation or the annotation of acpi_processor_power_init is wrong. Signed-off-by: Rakib Mullick <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Len Brown <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions