diff options
author | Marcin Slusarz <[email protected]> | 2008-08-11 00:11:13 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2008-08-18 07:49:06 +0200 |
commit | c72a5efec1193faa2ef34c0bd48d7251a70ec934 (patch) | |
tree | 1c882704a9f4ddbb7a94bb3950500e3215b0948b /net/unix/sysctl_net_unix.c | |
parent | 67d0c9ebdc9f5f356657146b4e862b2d745e9e78 (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]>
Signed-off-by: H. Peter Anvin <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions