no1wudi commented on code in PR #15081: URL: https://github.com/apache/nuttx/pull/15081#discussion_r1899911578
########## arch/risc-v/include/irq.h: ########## @@ -703,6 +703,29 @@ irqstate_t up_irq_enable(void); int up_cpu_index(void) noinstrument_function; #endif /* CONFIG_ARCH_HAVE_MULTICPU */ +/**************************************************************************** + * Schedule acceleration macros + ****************************************************************************/ + +/* If RISCV_PERCPU_SCRATCH is not enabled, we can use the scratch register + * to store the current task pointer. + */ + +#ifndef CONFIG_RISCV_PERCPU_SCRATCH Review Comment: Sure, SCRATCH register is always available, I'll try to remove this option and refine relative logic first -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
