diff options
| author | Sam Ravnborg <[email protected]> | 2008-01-30 13:33:37 +0100 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2008-01-30 13:33:37 +0100 |
| commit | 4c02ad1efdd1293d6fdd453a2f27ad993458dcd1 (patch) | |
| tree | ee5a88dfc836f49bb6734b65f3ba082376116dea /tools/perf/scripts/python | |
| parent | b48ed48a7816aafedb260cafe872a55757b9489e (diff) | |
x86: fix section mismatch warning in process_*.c
Fix the following warning:
WARNING: arch/x86/kernel/built-in.o(.text+0x3): Section mismatch: reference to .cpuinit.data:force_mwait in 'mwait_usable'
[Seen on 64 bit only but similar pattern exist on 32 bit so fix it there too]
mwait_usable() were only used by a function annotated __cpuinit
so annotate mwait_usable() with __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