mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 18:57:42 +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
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)
|
void SDMemoryCard::start_request(AsyncBlockDeviceRequest& request)
|
||||||
{
|
{
|
||||||
|
// FIXME: Make this asynchronous
|
||||||
MutexLocker locker(m_lock);
|
MutexLocker locker(m_lock);
|
||||||
|
|
||||||
VERIFY(request.block_size() == block_size());
|
VERIFY(request.block_size() == block_size());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue