Displaying 1 result from an estimated 1 matches for "mpc_record".
Did you mean:
app_record
2011 Mar 09
0
[PATCH 04/11] x86: cleanup mpparse.c
...ysical_apicid = BAD_APICID;
+
/* Internal processor count */
static unsigned int __devinitdata num_processors;
@@ -89,18 +83,9 @@ static 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 __devini...