aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorRakib Mullick <[email protected]>2009-07-12 17:04:12 +0600
committerIngo Molnar <[email protected]>2009-07-13 11:03:26 +0200
commit151586d0f70405d99324d89aea13706cf6d7f993 (patch)
tree9f9afbed7361005fa68cf81420fc8c7d2b3b27c9 /net/lapb/lapb_subr.c
parenta1a08d1cb0ab148fd74216e4c0b4d4db18fe62c6 (diff)
x86: Fix false positive section mismatch in es7000_32.c
The variable apic_es7000_cluster references the function __cpuinit wakeup_secondary_cpu_via_mip() from a noninit section. So we've been warned by the following warning. To avoid possible collision between init/noninit, its best to mark the variable as __refdata. We were warned by the following warning: LD arch/x86/kernel/apic/built-in.o WARNING: arch/x86/kernel/apic/built-in.o(.data+0x198c): Section mismatch in reference from the variable apic_es7000_cluster to the function .cpuinit.text:wakeup_secondary_cpu_via_mip() Signed-off-by: Rakib Mullick <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions