mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:18:11 +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:
parent
0f03a8aece
commit
dea93a8bb9
9 changed files with 54 additions and 54 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue