printk("Translation: record %d, type %d, quad %d, global %d, local %d\n",mpc_record,m->trans_type,m->trans_quad,m->trans_global,m->trans_local);
printk(KERN_INFO"Translation: record %d, type %d, quad %d, global %d, local %d\n",mpc_record,m->trans_type,m->trans_quad,m->trans_global,m->trans_local);
if(mpc_record>=MAX_MPC_ENTRY)
printk("MAX_MPC_ENTRY exceeded!\n");
printk(KERN_ERR"MAX_MPC_ENTRY exceeded!\n");
else
translation_table[mpc_record]=m;/* stash this for later */