Commit b0a0454f authored by Muhammad Herdiansyah's avatar Muhammad Herdiansyah

CPU: Remove unneeded outputs from AMD APUs

parent fec94048
...@@ -1038,6 +1038,7 @@ get_cpu() { ...@@ -1038,6 +1038,7 @@ get_cpu() {
cpu="${cpu//Quad-Core}" cpu="${cpu//Quad-Core}"
cpu="${cpu//Six-Core}" cpu="${cpu//Six-Core}"
cpu="${cpu//Eight-Core}" cpu="${cpu//Eight-Core}"
cpu="${cpu//, * Compute Cores}"
cpu="${cpu//Core}" cpu="${cpu//Core}"
cpu="${cpu//with Radeon * Graphics}" cpu="${cpu//with Radeon * Graphics}"
cpu="${cpu//, altivec supported}" cpu="${cpu//, altivec supported}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment