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.c
master
Doug Coleman 2020-06-26 19:15:16 -05:00
parent be6d8cae27
commit 87022ea3b9
1 changed files with 3 additions and 1 deletions

View File

@ -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 ;