mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 10:18:15 +09:00
Kernel/SysFS: Add PCI exposed folder
This commit is contained in:
parent
0259781402
commit
1baa05d6b2
Notes:
sideshowbarker
2024-07-18 11:16:41 +09:00
Author: https://github.com/supercomputer7
Commit: 1baa05d6b2
Pull-request: https://github.com/SerenityOS/serenity/pull/7509
Reviewed-by: https://github.com/BertalanD
Reviewed-by: https://github.com/awesomekling
4 changed files with 128 additions and 4 deletions
|
@ -13,7 +13,6 @@
|
|||
|
||||
namespace Kernel {
|
||||
|
||||
static InodeIndex s_next_inode_index;
|
||||
static AK::Singleton<SystemRegistrar> s_the;
|
||||
|
||||
SystemRegistrar& SystemRegistrar::the()
|
||||
|
@ -24,7 +23,6 @@ SystemRegistrar& SystemRegistrar::the()
|
|||
UNMAP_AFTER_INIT void SystemRegistrar::initialize()
|
||||
{
|
||||
VERIFY(!s_the.is_initialized());
|
||||
s_next_inode_index = 0;
|
||||
s_the.ensure_instance();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue