Re: [PATCH rtems 1/2] cpu/armv7m: Avoid regions with negative size

2021-06-04 Thread Peter Dufault
Looks good to me. > On Jun 4, 2021, at 03:47 , Christian Mauderer > wrote: > > Don't initialze regions that have a negative size (for example due to a > wrong calculation). > > Update #4450 > --- > cpukit/score/cpu/arm/include/rtems/score/armv7m.h | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH rtems 1/2] cpu/armv7m: Avoid regions with negative size

2021-06-04 Thread Christian Mauderer
Don't initialze regions that have a negative size (for example due to a wrong calculation). Update #4450 --- cpukit/score/cpu/arm/include/rtems/score/armv7m.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/score/cpu/arm/include/rtems/score/armv7m.h