Re: [PATCH v1] bsps/aarch64: explicit cast uint64_t to ISR_Level

2024-01-22 Thread Kinsey Moore
On Mon, Jan 22, 2024 at 11:05 AM Gedare Bloom wrote: > On Wed, Jan 17, 2024 at 1:48 AM wrote: > > > > From: Chengxiang Li > > > > avoid pclint err > > --- > > cpukit/score/cpu/aarch64/include/rtems/score/cpu.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/cpuki

Re: [PATCH v1] bsps/aarch64: explicit cast uint64_t to ISR_Level

2024-01-22 Thread Gedare Bloom
On Wed, Jan 17, 2024 at 1:48 AM wrote: > > From: Chengxiang Li > > avoid pclint err > --- > cpukit/score/cpu/aarch64/include/rtems/score/cpu.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/cpukit/score/cpu/aarch64/include/rtems/score/cpu.h > b/cpukit/score/cpu/aarch64

[PATCH v1] bsps/aarch64: explicit cast uint64_t to ISR_Level

2024-01-17 Thread tianye
From: Chengxiang Li avoid pclint err --- cpukit/score/cpu/aarch64/include/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/score/cpu/aarch64/include/rtems/score/cpu.h b/cpukit/score/cpu/aarch64/include/rtems/score/cpu.h index aa4f90f1a8..569b6bcee2 10