mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:57:45 +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
|
||||
kprintf("disk: got interrupt!\n");
|
||||
#endif
|
||||
memory_barrier();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue