Vijay Banerjee commented on a discussion on 
bsps/powerpc/motorola_powerpc/bootloader/mm.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1384#note_156414

 >  find_next_zone(RESIDUAL *res, u_long lowpage, u_long flags) {
 >      u_long i, newmin=0, size=0;
 >      for(i=0; i<res->ActualNumMemSegs; i++) {
 > -            if (res->Segs[i].Usage & flags
 > +            if (res->Segs[i].PageCount

Thanks. I added this

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1384#note_156414
You're receiving this email because of your account on gitlab.rtems.org. 
Unsubscribe from this thread: 
https://gitlab.rtems.org/-/sent_notifications/4-46d332pnh6twi5soex7rsg0yo-1d/unsubscribe
 | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | 
Help: https://gitlab.rtems.org/help


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to