1
0
Fork 0
forked from nuttx/nuttx-update

arch: Fix minor style issue

not real behaviour change

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2024-10-28 01:16:40 +08:00 committed by Mateusz Szafoni
parent 992c8dded5
commit 69100ef0e4
8 changed files with 15 additions and 15 deletions

View file

@ -53,7 +53,7 @@
void arm_sigdeliver(void)
{
struct tcb_s *rtcb = this_task();
struct tcb_s *rtcb = this_task();
uint32_t *regs = rtcb->xcp.saved_regs;
#ifdef CONFIG_SMP

View file

@ -53,7 +53,7 @@
void arm_sigdeliver(void)
{
struct tcb_s *rtcb = this_task();
struct tcb_s *rtcb = this_task();
uint32_t *regs = rtcb->xcp.saved_regs;
#ifdef CONFIG_SMP

View file

@ -53,7 +53,7 @@
void arm_sigdeliver(void)
{
struct tcb_s *rtcb = this_task();
struct tcb_s *rtcb = this_task();
uint32_t *regs = rtcb->xcp.saved_regs;
#ifdef CONFIG_SMP

View file

@ -54,7 +54,7 @@
void arm64_sigdeliver(void)
{
struct tcb_s *rtcb = this_task();
struct tcb_s *rtcb = this_task();
#ifdef CONFIG_SMP
/* In the SMP case, we must terminate the critical section while the signal

View file

@ -236,10 +236,10 @@ SECTION_FUNC(text, arm64_irq_handler)
GTEXT(arm64_serror_handler)
SECTION_FUNC(text, arm64_serror_handler)
mov x0, sp
adrp x5, arm64_fatal_handler
add x5, x5, #:lo12:arm64_fatal_handler
br x5
mov x0, sp
adrp x5, arm64_fatal_handler
add x5, x5, #:lo12:arm64_fatal_handler
br x5
/* Return here only in case of recoverable error */
b arm64_exit_exception
@ -255,8 +255,8 @@ SECTION_FUNC(text, arm64_serror_handler)
GTEXT(arm64_mode32_handler)
SECTION_FUNC(text, arm64_mode32_handler)
mov x0, sp
adrp x5, arm64_fatal_handler
add x5, x5, #:lo12:arm64_fatal_handler
adrp x5, arm64_fatal_handler
add x5, x5, #:lo12:arm64_fatal_handler
br x5
/* Return here only in case of recoverable error */
@ -275,8 +275,8 @@ SECTION_FUNC(text, arm64_fiq_handler)
#ifndef CONFIG_ARM64_DECODEFIQ
mov x0, sp
adrp x5, arm64_fatal_handler
add x5, x5, #:lo12:arm64_fatal_handler
adrp x5, arm64_fatal_handler
add x5, x5, #:lo12:arm64_fatal_handler
br x5
/* Return here only in case of recoverable error */

View file

@ -50,7 +50,7 @@
void ceva_sigdeliver(void)
{
struct tcb_s *rtcb = this_task();
struct tcb_s *rtcb = this_task();
uint32_t *regs = rtcb->xcp.saved_regs;
sig_deliver_t sigdeliver;

View file

@ -52,7 +52,7 @@
void renesas_sigdeliver(void)
{
struct tcb_s *rtcb = this_task();
struct tcb_s *rtcb = this_task();
uint32_t regs[XCPTCONTEXT_REGS];
board_autoled_on(LED_SIGNAL);

View file

@ -52,7 +52,7 @@
void z80_sigdeliver(void)
{
FAR struct tcb_s *rtcb = this_task();
FAR struct tcb_s *rtcb = this_task();
chipreg_t regs[XCPTCONTEXT_REGS];
board_autoled_on(LED_SIGNAL);