Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 582 → Rev 790

/shark/trunk/drivers/cpu/cyrix.c
287,8 → 287,6
geode_configure();
get_model_name(c); /* get CPU marketing name */
 
printk("Trovato GX CPU!!!.\n");
 
return;
}
else { /* MediaGX */
339,8 → 337,6
strcpy(buf, Cx86_model[dir0_msn & 7]);
if (p) strcat(buf, p);
 
printk("Trovato CPU!!!.\n");
 
return;
}