Skip to content
Commit e319af1d authored by Prarit Bhargava's avatar Prarit Bhargava Committed by Andi Kleen
Browse files

[PATCH] i386: Add __init to probe_bigsmp



Add __init to probe_bigsmp.  All callers are __init and data being examined
is __initdata.

Resolves MODPOST warning similar to:

WARNING: vmlinux - Section mismatch: reference to .init.data: from .text between 'probe_bigsmp' (at offset 0xc0401e56) and 'init_apic_ldr'

Signed-off-by: default avatarPrarit Bhargava <prarit@redhat.com>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent 405e494d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment