1
Fork 0
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:
Andreas Kling 2019-07-16 13:40:46 +02:00
parent e922db68d8
commit 89c6064141

View file

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