Hi all, On Wed, 28 Oct 2009 18:41:26 +1100 Stephen Rothwell wrote: > > static inline physid_mask_t default_apicid_to_cpu_present(int phys_apicid) > { > return physid_mask_of_physid(phys_apicid); > } I just noticed that this function (default_apicid_to_cpu_present) is declared "static inline in a header" but looks like it is only used by assigning its address to a function pointer. Its only use for x86_64 is in arch/x86/kernel/apic/apic_noop.c ... -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/