* 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:
Axel Dörfler
2008-08-02 15:50:50 +00:00
parent 6bf26da228
commit 011d716270
2 changed files with 79 additions and 71 deletions
@@ -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;