unix.linux.proc: Add cpuinfo flag "vmx flags".
Fixes #2315. I'm not sure how this would have stopped a vocabulary from loading. cpuinfo flags are in linux kernel repo: arch/x86/kernel/cpu/proc.cmaster
parent
be6d8cae27
commit
87022ea3b9
|
@ -48,7 +48,8 @@ TUPLE: processor-info
|
|||
{ address-sizes array }
|
||||
{ power-management string }
|
||||
{ tlb-size string }
|
||||
{ bugs string } ;
|
||||
{ bugs string }
|
||||
{ vmx-flags string } ;
|
||||
|
||||
|
||||
ERROR: unknown-cpuinfo-line string ;
|
||||
|
@ -94,6 +95,7 @@ ERROR: unknown-cpuinfo-line string ;
|
|||
{ "wp" [ "yes" = >>wp? ] }
|
||||
{ "TLB size" [ >>tlb-size ] }
|
||||
{ "bugs" [ >>bugs ] }
|
||||
{ "vmx flags" [ >>vmx-flags ] }
|
||||
[ unknown-cpuinfo-line ]
|
||||
} case ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue