arch: riscv32: Fix trivial comment
The Kconfig sybmol referenced in the comment is called CONFIG_RISCV_SOC_CONTEXT_SAVE not CONFIG_RISCV_SOC_CONTEXT. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
c48971cc61
commit
4f7f0f73f3
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ GTEXT(__irq_wrapper)
|
||||||
* - __soc_handle_irq: handle SoC-specific details for a pending IRQ
|
* - __soc_handle_irq: handle SoC-specific details for a pending IRQ
|
||||||
* (e.g. clear a pending bit in a SoC-specific register)
|
* (e.g. clear a pending bit in a SoC-specific register)
|
||||||
*
|
*
|
||||||
* If CONFIG_RISCV_SOC_CONTEXT=y, calls to SoC-level context save/restore
|
* If CONFIG_RISCV_SOC_CONTEXT_SAVE=y, calls to SoC-level context save/restore
|
||||||
* routines are also made here. For details, see the Kconfig help text.
|
* routines are also made here. For details, see the Kconfig help text.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue