Subversion Repositories HelenOS

Rev

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

Rev 2927 Rev 4338
Line 68... Line 68...
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,
73
        family_str, vendor, CPU->arch.cpuid3.archrev, CPU->arch.cpuid3.model,
73
        family_str, vendor, CPU->arch.cpuid3.archrev,
74
        CPU->arch.cpuid3.revision);
74
        CPU->arch.cpuid3.model, CPU->arch.cpuid3.revision);
75
}
75
}
76
 
76
 
77
/** @}
77
/** @}
78
 */
78
 */