Re: [PATCH 1/2] x86: apic/apic.c declare default_init_apic_ldr()before it get used

From: Thomas Gleixner
Date: Thu May 14 2009 - 03:55:14 EST


On Thu, 14 May 2009, Jaswinder Singh Rajput wrote:
>
> default_init_apic_ldr() is also required for 64 bit so moving it out
> from CONFIG_X86_32.

[linux-2.6-tip]$ git grep default_init_apic_ldr arch/x86/
arch/x86/include/asm/apic.h:extern void default_init_apic_ldr(void);
arch/x86/kernel/apic/apic.c:void default_init_apic_ldr(void)
arch/x86/kernel/apic/probe_32.c: .init_apic_ldr = default_init_apic_ldr,

I have a hard time to see how 64bit requires that function.

Thanks,

tglx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/