mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 08:39:22 +00:00
Documentation: Add explanation about AHCI locking
This commit is contained in:
parent
1f62aaa193
commit
10c747f2be
Notes:
sideshowbarker
2024-07-18 17:06:10 +09:00
Author: https://github.com/supercomputer7
Commit: 10c747f2be
Pull-request: https://github.com/SerenityOS/serenity/pull/7100
Reviewed-by: https://github.com/linusg
2 changed files with 58 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
// For more information about locking in this code
|
||||
// please look at Documentation/Kernel/AHCILocking.md
|
||||
|
||||
#include <AK/Atomic.h>
|
||||
#include <Kernel/SpinLock.h>
|
||||
#include <Kernel/Storage/AHCIPort.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue