git: cbe75c6d7714 - stable/13 - subr_smp: Trim trailing whitespaces.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Feb 2023 19:07:50 UTC
The branch stable/13 has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=cbe75c6d77147026a75f56f3332f2f849d359c0b commit cbe75c6d77147026a75f56f3332f2f849d359c0b Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2023-01-29 13:18:17 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2023-02-06 19:06:31 +0000 subr_smp: Trim trailing whitespaces. MFC after: 1 week (cherry picked from commit e4754c80366dcbc28e625efab5cfe84057784c19) --- sys/kern/subr_smp.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c index c83e05a4d87a..7b250aeccc56 100644 --- a/sys/kern/subr_smp.c +++ b/sys/kern/subr_smp.c @@ -125,11 +125,11 @@ static void (*volatile smp_rv_teardown_func)(void *arg); static void *volatile smp_rv_func_arg; static volatile int smp_rv_waiters[4]; -/* +/* * Shared mutex to restrict busywaits between smp_rendezvous() and * smp(_targeted)_tlb_shootdown(). A deadlock occurs if both of these * functions trigger at once and cause multiple CPUs to busywait with - * interrupts disabled. + * interrupts disabled. */ struct mtx smp_ipi_mtx; @@ -334,7 +334,7 @@ suspend_cpus(cpuset_t map) #endif /* - * Called by a CPU to restart stopped CPUs. + * Called by a CPU to restart stopped CPUs. * * Usually (but not necessarily) called with 'stopped_cpus' as its arg. * @@ -437,7 +437,7 @@ resume_cpus(cpuset_t map) #undef X86 /* - * All-CPU rendezvous. CPUs are signalled, all execute the setup function + * All-CPU rendezvous. CPUs are signalled, all execute the setup function * (if specified), rendezvous, execute the action function (if specified), * rendezvous again, execute the teardown function (if specified), and then * resume.