- Added support in system info for extended cpu family and model.
- Take extended family and model into account when generating the cpu type and revision. - Added Intel Core 2 Extreme to the cpu list. Please review. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24509 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -189,8 +189,10 @@ typedef struct arch_cpu_info {
|
||||
const char *vendor_name;
|
||||
int type;
|
||||
int family;
|
||||
int extended_family;
|
||||
int stepping;
|
||||
int model;
|
||||
int extended_model;
|
||||
char feature_string[256];
|
||||
|
||||
// local TSS for this cpu
|
||||
|
||||
Reference in New Issue
Block a user