diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2021-12-10 03:17:54 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2021-12-10 03:18:53 +0000 |
| commit | 8493918868151d3d000fa11c0feb635c51702c95 (patch) | |
| tree | fe0a0ef9a71a73e4eb77baa6ea0f0afdaba21270 /sys/riscv | |
| parent | a9545eede43b8fac889f3ec3180f5917f0d0b0ea (diff) | |
Diffstat (limited to 'sys/riscv')
| -rw-r--r-- | sys/riscv/riscv/busdma_machdep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/riscv/riscv/busdma_machdep.c b/sys/riscv/riscv/busdma_machdep.c index 7b1c3027badb..f510a3c437d0 100644 --- a/sys/riscv/riscv/busdma_machdep.c +++ b/sys/riscv/riscv/busdma_machdep.c @@ -53,9 +53,7 @@ __FBSDID("$FreeBSD$"); /* * Convenience function for manipulating driver locks from busdma (during - * busdma_swi, for example). Drivers that don't provide their own locks - * should specify &Giant to dmat->lockfuncarg. Drivers that use their own - * non-mutex locking scheme don't have to use this at all. + * busdma_swi, for example). */ void busdma_lock_mutex(void *arg, bus_dma_lock_op_t op) |
