mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 09:36:08 +00:00
Kernel: Add a FIXME about SD card synchronicity
This is a major bottleneck when booting the system, especially in non-smp mode.
This commit is contained in:
parent
863d0ac260
commit
d10e838efd
Notes:
sideshowbarker
2024-07-17 01:00:06 +09:00
Author: https://github.com/Hendiadyoin1
Commit: d10e838efd
Pull-request: https://github.com/SerenityOS/serenity/pull/18161
Reviewed-by: https://github.com/bgianfo
Reviewed-by: https://github.com/mrkct ✅
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ SDMemoryCard::SDMemoryCard(SDHostController& sdhc, StorageDevice::LUNAddress lun
|
|||
|
||||
void SDMemoryCard::start_request(AsyncBlockDeviceRequest& request)
|
||||
{
|
||||
// FIXME: Make this asynchronous
|
||||
MutexLocker locker(m_lock);
|
||||
|
||||
VERIFY(request.block_size() == block_size());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue