diff options
author | Marcin Slusarz <[email protected]> | 2008-08-11 00:11:13 +0200 |
---|---|---|
committer | H. Peter Anvin <[email protected]> | 2008-08-10 21:13:08 -0700 |
commit | bafc1dae8215c862c2e6ae913ddadc20581e59b9 (patch) | |
tree | 6716592438d97a964c366f05bf6d5ce8bef561df /fs/hppfs/hppfs.c | |
parent | 85a14437ed24244c78f9a70d58b8299753b03c92 (diff) |
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]>
Cc: Thomas Gleixner <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Signed-off-by: H. Peter Anvin <[email protected]>
Diffstat (limited to 'fs/hppfs/hppfs.c')
0 files changed, 0 insertions, 0 deletions