• Mathias Krause's avatar
    kernel, cpu: Remove bogus __ref annotations · 71cf5aee
    Mathias Krause authored
    cpu_chain lost its __cpuinitdata annotation long ago in commit
    5c113fbe ("fix cpu_chain section mismatch..."). This and the global
    __cpuinit annotation drop in v3.11 vanished the need to mark all users,
    including transitive ones, with the __ref annotation. Just get rid of it
    to not wrongly hide section mismatches.
    Signed-off-by: default avatarMathias Krause <minipli@googlemail.com>
    Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: H. Peter Anvin <hpa@zytor.com>
    Cc: Ingo Molnar <mingo@redhat.com>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    71cf5aee
cpu.c 20.2 KB