As none of the cputype_patterns match any of the fields in that file,
`cpu->type` is never set, which causes `get_cell_data` to always
return nullptr. The output of `lscpu -b --extended=CPU` and `lscpu
-p` is then empty.
Resolve that.
[kzak@redhat.com: - fix DEF_PAT_CPUTYPE()s order
- refresh lscpu/lscpu-rv64-linux test]
Signed-off-by: Jan Engelhardt <jengelh@inai.de> Signed-off-by: Karel Zak <kzak@redhat.com>