info-overview: Remove some rare @ x.yz GHz specification
This commit is contained in:
parent
4b17d9be8e
commit
16fc5a95f8
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ prettify_info (const char *info)
|
|||
{ "[(]R[)]", "\302\256"},
|
||||
{ "[(](tm|TM)[)]", "\342\204\242"},
|
||||
{ "Gallium \\d+\\.\\d+ on (.*)", "\\1"},
|
||||
{ " CPU| Processor| \\S+-Core", ""},
|
||||
{ " CPU| Processor| \\S+-Core| @ \\d+\\.\\d+GHz", ""},
|
||||
{ " x86|/MMX|/SSE2|/PCIe", ""},
|
||||
{ " [(][^)]*(DRM|MESA|LLVM)[^)]*[)]?", ""},
|
||||
{ "Graphics Controller", "Graphics"},
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz Intel® Core™ i5-4590T @ 2.00GHz
|
||||
Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz Intel® Core™ i5-4590T
|
||||
Intel(R) Ivybridge Mobile Intel® Ivybridge Mobile
|
||||
Intel(R) Ivybridge Mobile Intel® Ivybridge Mobile
|
||||
Gallium 0.4 on AMD KAVERI AMD KAVERI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue