search for: mp_processor_info_x

Displaying 1 result from an estimated 1 matches for "mp_processor_info_x".

2011 Mar 09
0
[PATCH 04/11] x86: cleanup mpparse.c
...ariable .... can''t see a less disgusting way of - * doing this .... - */ - -static int mpc_record; -static struct mpc_config_translation *translation_table[MAX_MPC_ENTRY] __initdata; - /* Return xen''s logical cpu_id of the new added cpu or <0 if error */ static int __devinit MP_processor_info_x(struct mpc_config_processor *m, - u32 apicidx) + u32 apicidx, bool_t hotplug) { int ver, apicid, cpu = 0; physid_mask_t phys_cpu; @@ -108,55 +93,7 @@ static int __devinit MP_processor_info_x if (!(m->mpc_cpuflag & CPU_ENABLED)) return -EINVAL; - apicid = mpc_apic_id(m,...