IDEDiskDevice: Remove superstitious memory_barrier().

This commit is contained in:
Andreas Kling 2019-07-16 13:40:46 +02:00
parent e922db68d8
commit 89c6064141
Notes: sideshowbarker 2024-07-19 13:14:44 +09:00

View File

@ -161,7 +161,6 @@ bool IDEDiskDevice::wait_for_irq()
#ifdef DISK_DEBUG
kprintf("disk: got interrupt!\n");
#endif
memory_barrier();
return true;
}