diff options
author | Grant Likely <[email protected]> | 2011-02-28 09:59:31 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <[email protected]> | 2011-03-02 16:50:25 +1100 |
commit | e1f4dea454c8e643644114757080680e1959d410 (patch) | |
tree | b6dcb108460eade471637db1132e7890bbfda1a1 /tools/perf/scripts/python/sched-migration.py | |
parent | fe3cc0d99de6a9bf99b6c279a8afb5833888c1f7 (diff) |
powerpc/macintosh: Fix __devexit annotation in rack-meter.c
The following warning was seen building rack-meter.c
WARNING: drivers/built-in.o(.text+0xac784): Section mismatch in reference from the function rackmeter_shutdown() to the function .devexit.text:rackmeter_stop_cpu_sniffer()
The function rackmeter_shutdown() references a function in an exit section.
Often the function rackmeter_stop_cpu_sniffer() has valid usage outside the exit section
and the fix is to remove the __devexit annotation of rackmeter_stop_cpu_sniffer.
This patch resolves the warning by removing the __devexit annotation from
rackmeter_stop_cpu_sniffer().
Signed-off-by: Grant Likely <[email protected]>
Cc: [email protected]
Cc: Benjamin Herrenschmidt <[email protected]>
Signed-off-by: Benjamin Herrenschmidt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions