mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Kernel+SystemMonitor+lscpu: Rename 'CPUID' -> 'Vendor ID'
This is what the Intel manual, as well as Linux's cpuinfo calls it.
This commit is contained in:
committed by
Andreas Kling
parent
3f9c2495e5
commit
0f27432ec6
@@ -582,8 +582,7 @@ private:
|
||||
auto& info = proc.info();
|
||||
auto obj = TRY(array.add_object());
|
||||
TRY(obj.add("processor", proc.id()));
|
||||
// FIXME: Rename this to use the same name everywhere.
|
||||
TRY(obj.add("cpuid", info.vendor_id_string()));
|
||||
TRY(obj.add("vendor_id", info.vendor_id_string()));
|
||||
TRY(obj.add("family", info.display_family()));
|
||||
|
||||
auto features_array = TRY(obj.add_array("features"));
|
||||
|
||||
Reference in New Issue
Block a user