diff options
| author | Marcin Slusarz <[email protected]> | 2008-08-10 22:11:13 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2008-08-18 05:49:06 +0000 |
| commit | c72a5efec1193faa2ef34c0bd48d7251a70ec934 (patch) | |
| tree | 1c882704a9f4ddbb7a94bb3950500e3215b0948b /lib/debugobjects.c | |
| parent | x86: fix MP_processor_info section mismatch warning (diff) | |
| download | kernel-c72a5efec1193faa2ef34c0bd48d7251a70ec934.tar.gz kernel-c72a5efec1193faa2ef34c0bd48d7251a70ec934.zip | |
x86: mmconf: fix section mismatch warning
WARNING: arch/x86/kernel/built-in.o(.cpuinit.text+0x1591): Section mismatch in reference from the function init_amd() to the function .init.text:check_enable_amd_mmconf_dmi()
The function __cpuinit init_amd() references
a function __init check_enable_amd_mmconf_dmi().
If check_enable_amd_mmconf_dmi is only used by init_amd then
annotate check_enable_amd_mmconf_dmi with a matching annotation.
check_enable_amd_mmconf_dmi is only called from init_amd which is __cpuinit
Signed-off-by: Marcin Slusarz <[email protected]>
Signed-off-by: H. Peter Anvin <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions
