X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-ia64%2Ftopology.h;h=32863b3bb1d3e9bdd8cba30a5eb3356b3cbbb467;hb=fe086a7bea7ab714930bd48addba961ceeef7634;hp=f2f72ef2a8974cc3496dc0fd92435626f708a7e8;hpb=6ff0bc94eee96fe45e5caa338c8b03cb99431fa9;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/asm-ia64/topology.h b/include/asm-ia64/topology.h index f2f72ef..32863b3 100644 --- a/include/asm-ia64/topology.h +++ b/include/asm-ia64/topology.h @@ -116,6 +116,8 @@ void build_cpu_to_node_map(void); #define smt_capable() (smp_num_siblings > 1) #endif +extern void arch_fix_phys_package_id(int num, u32 slot); + #define pcibus_to_cpumask(bus) (pcibus_to_node(bus) == -1 ? \ CPU_MASK_ALL : \ node_to_cpumask(pcibus_to_node(bus)) \