unix.linux.proc: add bugs line.

db4
Doug Coleman 2016-02-27 00:28:58 +00:00
parent 6af99c3c21
commit 57c01ce863
1 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,8 @@ TUPLE: processor-info
{ cache-alignment integer }
{ address-sizes array }
{ power-management string }
{ tlb-size string } ;
{ tlb-size string }
{ bugs string } ;
ERROR: unknown-cpuinfo-line string ;
@ -92,6 +93,7 @@ ERROR: unknown-cpuinfo-line string ;
{ "vendor_id" [ >>vendor-id ] }
{ "wp" [ "yes" = >>wp? ] }
{ "TLB size" [ >>tlb-size ] }
{ "bugs" [ >>bugs ] }
[ unknown-cpuinfo-line ]
} case ;