commit | e319af1d8722bc3fb61ed6968c88bb66fbb3f58e | [log] [tgz] |
---|---|---|
author | Prarit Bhargava <prarit@redhat.com> | Wed May 02 19:27:05 2007 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Wed May 02 19:27:05 2007 +0200 |
tree | 9d1f68340a2165757a6a0082bf7b3a1af41bebfb | |
parent | 405e494d91bac85cc992f55ad434b0f325e399a5 [diff] |
[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: Prarit Bhargava <prarit@redhat.com> Signed-off-by: Andi Kleen <ak@suse.de>