mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
Kernel: Make Processor::platform_string() return StringView
This commit is contained in:
parent
492b7152d9
commit
1b9916439f
4 changed files with 6 additions and 6 deletions
|
@ -707,7 +707,7 @@ static Vector<ELF::AuxiliaryValue> generate_auxiliary_vector(FlatPtr load_base,
|
|||
auxv.append({ ELF::AuxiliaryValue::Gid, (long)gid });
|
||||
auxv.append({ ELF::AuxiliaryValue::EGid, (long)egid });
|
||||
|
||||
auxv.append({ ELF::AuxiliaryValue::Platform, Processor::current().platform_string() });
|
||||
auxv.append({ ELF::AuxiliaryValue::Platform, Processor::platform_string() });
|
||||
// FIXME: This is platform specific
|
||||
auxv.append({ ELF::AuxiliaryValue::HwCap, (long)CPUID(1).edx() });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue