mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:17:35 +00:00
IDEDiskDevice: Remove superstitious memory_barrier().
This commit is contained in:
parent
e922db68d8
commit
89c6064141
1 changed files with 0 additions and 1 deletions
|
@ -161,7 +161,6 @@ bool IDEDiskDevice::wait_for_irq()
|
||||||
#ifdef DISK_DEBUG
|
#ifdef DISK_DEBUG
|
||||||
kprintf("disk: got interrupt!\n");
|
kprintf("disk: got interrupt!\n");
|
||||||
#endif
|
#endif
|
||||||
memory_barrier();
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue