[PATCH] freebsd/sys: Fixed un_mapped_buf error for MVME2500 (qoriq_e500)

2023-11-15 Thread Uchenna Ezeobi
--- freebsd/sys/sys/systm.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/freebsd/sys/sys/systm.h b/freebsd/sys/sys/systm.h index 4ad0ad8c..4dcbacee 100644 --- a/freebsd/sys/sys/systm.h +++ b/freebsd/sys/sys/systm.h @@ -190,10 +190,17 @@ void kassert_panic(const char *fmt, ...)

Re: [PATCH RTEMS] spec: Add -mstrict-align to mvme2100 default build

2023-08-09 Thread Uchenna Ezeobi
otorola_powerpc BSP variants. > > >> > > > >> MVME2700 and the qemu variants already add it separately > > >> https://git.rtems.org/rtems/tree/spec/build/bsps/powerpc/motorola_powerpc/abi.yml#n24 > > >> > > >> > Gedare/Chris/anyone with

Re: [PATCH RTEMS] spec: Add -mstrict-align to mvme2100 default build

2023-08-09 Thread Uchenna Ezeobi
doing this fixed the error. > We didn't want to force it into every PowerPC BSP. > > Do you have a case that failed and was resolved by adding this? > > On Wed, Aug 9, 2023 at 7:36 AM Uchenna Ezeobi > wrote: >> >> Update #3767 >> --- >> spec

[PATCH RTEMS] spec: Add -mstrict-align to mvme2100 default build

2023-08-09 Thread Uchenna Ezeobi
Update #3767 --- spec/build/bsps/powerpc/motorola_powerpc/abi.yml | 4 1 file changed, 4 insertions(+) diff --git a/spec/build/bsps/powerpc/motorola_powerpc/abi.yml b/spec/build/bsps/powerpc/motorola_powerpc/abi.yml index 6734e9babf..2438c30f1d 100644 --- a/spec/build/bsps/powerpc/motorola_