mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
Kernel: Rename Processor::id() => current_id()
And let id() be the non-static version that gives you the ID of a Processor object.
This commit is contained in:
@@ -530,7 +530,7 @@ private:
|
||||
[&](Processor& proc) {
|
||||
auto& info = proc.info();
|
||||
auto obj = array.add_object();
|
||||
obj.add("processor", proc.get_id());
|
||||
obj.add("processor", proc.id());
|
||||
obj.add("cpuid", info.cpuid());
|
||||
obj.add("family", info.display_family());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user