arch: armv7-a: Fix style warnings in smp.h
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
34df2126b3
commit
92ebbd7d21
@ -122,9 +122,9 @@ void __cpu3_start(void);
|
|||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Continues the C-level initialization started by the assembly language
|
* Continues the C-level initialization started by the assembly language
|
||||||
* __cpu[n]_start function. At a minimum, this function needs to initialize
|
* __cpu[n]_start function. At a minimum, this function needs to
|
||||||
* interrupt handling and, perhaps, wait on WFI for arm_cpu_start() to
|
* initialize interrupt handling and, perhaps, wait on WFI for
|
||||||
* issue an SGI.
|
* arm_cpu_start() to issue an SGI.
|
||||||
*
|
*
|
||||||
* This function must be provided by the each ARMv7-A MCU and implement
|
* This function must be provided by the each ARMv7-A MCU and implement
|
||||||
* MCU-specific initialization logic.
|
* MCU-specific initialization logic.
|
||||||
|
Loading…
Reference in New Issue
Block a user