diff options
| author | Adrian Bunk <[email protected]> | 2007-07-21 04:37:39 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-07-21 17:49:15 -0700 |
| commit | 61d488da9bad8d1511d18291006bd2dd728f173d (patch) | |
| tree | 8f45aeab3d10f37148b034f9ea617edde6087f1f /tools/perf/scripts/python | |
| parent | 7671988b9cd31daf53fd38f8e75c8b881324842b (diff) | |
i386: intel_cacheinfo.c:find_num_cache_leaves() should be __cpuinit
WARNING: arch/i386/kernel/built-in.o(.text+0xb6a7): Section mismatch: reference to .init.text:find_num_cache_leaves (between 'init_intel_cacheinfo' and 'cache_shared_cpu_map_setup')
It could be __init_refok, but gcc >= 4.0 anyway inlines it into the
__cpuinit init_intel_cacheinfo(), and IMHO it's too small for "noinline
__init".
Signed-off-by: Adrian Bunk <[email protected]>
Cc: Andi Kleen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions