search for: mpc_config_transl

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

2011 Mar 09
0
[PATCH 04/11] x86: cleanup mpparse.c
...atic int __init mpf_checksum(unsigned return sum & 0xFF; } -/* - * Have to match translation table entries to main table entries by counter - * hence the mpc_record variable .... 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;...