diff options
| author | Sam Ravnborg <[email protected]> | 2008-01-30 13:33:36 +0100 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2008-01-30 13:33:36 +0100 |
| commit | 1e35669d017eac5bea4739f927b28e64731504e1 (patch) | |
| tree | 8742b436f5a9e681ee0664a7398d4f5bc2389358 /tools/perf/scripts/python | |
| parent | ff472a114ca11f5354912745fbb94bb66ec10916 (diff) | |
x86: fix section mismatch warning in mcheck/mce_64.c
Fix following warning:
WARNING: arch/x86/kernel/cpu/mcheck/built-in.o(.text+0x752): Section mismatch: reference to .cpuinit.text:mce_create_device in 'mce_cpu_callback'
mce_cpu_callback() is only used by mce_cpu_notofier.
The notifier is only used for hotplugable cpu's as it is
registered using register_hotcpu_notifier(),
Annotate them both __cpuinit to fix the warning.
Signed-off-by: Sam Ravnborg <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions