diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2024-04-08 13:31:09 +0800 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2024-05-07 23:16:13 +1000 |
commit | 554da5e0f71238384787954242d881cfeeff844d (patch) | |
tree | fdddd0d93b4bddb4d34f0b9b40ddca82fe378f7d /arch/powerpc/platforms | |
parent | 97bd2693b399cfd436acaa230d8f09e4c39e8e5c (diff) |
powerpc/rtas: Add kernel-doc comments to smp_startup_cpu()
This commit adds kernel-doc style comments with complete parameter
descriptions for the function smp_startup_cpu().
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240408053109.96360-2-yang.lee@linux.alibaba.com
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/cell/smp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/smp.c b/arch/powerpc/platforms/cell/smp.c index 30394c6f8894..fee638fd8970 100644 --- a/arch/powerpc/platforms/cell/smp.c +++ b/arch/powerpc/platforms/cell/smp.c @@ -54,6 +54,7 @@ static cpumask_t of_spin_map; /** * smp_startup_cpu() - start the given cpu + * @lcpu: Logical CPU ID of the CPU to be started. * * At boot time, there is nothing to do for primary threads which were * started from Open Firmware. For anything else, call RTAS with the |