diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2012-12-27 14:03:36 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-01-08 10:57:04 +0100 |
commit | eba61970b68f9f7680d6c1c269633dcd005b3bd2 (patch) | |
tree | 9fed74df89c0c876c702500d9b23b476a7780957 /REPORTING-BUGS | |
parent | s390/debug: Fix s390dbf lockdep problem in debug_(un)register_view() (diff) | |
download | linux-eba61970b68f9f7680d6c1c269633dcd005b3bd2.tar.xz linux-eba61970b68f9f7680d6c1c269633dcd005b3bd2.zip |
s390/smp: fix section mismatch for smp_add_present_cpu()
Fixes this section mismatch:
WARNING: vmlinux.o(.text+0x145e4): Section mismatch in reference from the function
smp_add_present_cpu() to the function .cpuinit.text:register_cpu()
The function smp_add_present_cpu() references
the function __cpuinit register_cpu().
This is often because smp_add_present_cpu lacks a __cpuinit
annotation or the annotation of register_cpu is wrong.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions