diff options
author | Ian Moffett <ian@osmora.org> | 2024-06-02 21:55:35 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-06-02 22:08:16 -0400 |
commit | eebca89bf99b4cd835df42d8ce36b42220f9c643 (patch) | |
tree | 142f16bd7321eadcfd0663b47e924a6a1ddba600 /sys/include | |
parent | 312b5687c905a7614cdd1e5080a69bd12cbc95b4 (diff) |
kernel: ahci: Acquire global "io_lock" during cmd
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/dev/ic/ahcivar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/include/dev/ic/ahcivar.h b/sys/include/dev/ic/ahcivar.h index 72ca198..0b945ae 100644 --- a/sys/include/dev/ic/ahcivar.h +++ b/sys/include/dev/ic/ahcivar.h @@ -118,7 +118,6 @@ struct ahci_hba { struct ahci_cmd_hdr *cmdlist; uint32_t ncmdslots; uint32_t nports; - struct mutex lock; }; /* Commands */ |