* Removed the feature_string from the cpu_ent structure.
* Dumping the features as string is now a one time thing, that only happens when DUMP_FEATURE_STRING is defined to 1. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26733 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -228,7 +228,6 @@ typedef struct arch_cpu_info {
|
||||
int stepping;
|
||||
int model;
|
||||
int extended_model;
|
||||
char feature_string[256];
|
||||
|
||||
// local TSS for this cpu
|
||||
struct tss tss;
|
||||
|
||||
Reference in New Issue
Block a user