Subversion Repositories HelenOS

Rev

Rev 2071 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2071 Rev 2110
Line 67... Line 67...
67
        default:
67
    default:
68
            family_str = "Unknown";
68
        family_str = "Unknown";
69
        break;
69
        break;
70
    }
70
    }
71
   
71
   
-
 
72
    printf("cpu%d: %s (%s), archrev=%d, model=%d, revision=%d\n", CPU->id,
72
    printf("cpu%d: %s (%s), archrev=%d, model=%d, revision=%d\n", CPU->id, family_str, vendor, CPU->arch.cpuid3.archrev, CPU->arch.cpuid3.model, CPU->arch.cpuid3.revision);
73
        family_str, vendor, CPU->arch.cpuid3.archrev, CPU->arch.cpuid3.model,
-
 
74
        CPU->arch.cpuid3.revision);
73
}
75
}
74
 
76
 
75
/** @}
77
/** @}
76
 */
78
 */