Vijay Banerjee commented on a discussion on 
bsps/powerpc/mvme5100/start/bspstart.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1482#note_159313

 > +  /*
 > +   * Cause a software exception
 > +   */
 > +  __asm__ __volatile("sc");
 > +  /*
 > +   * Check we can still catch exceptions and return coorectly.
 > +   */
 > +  printk("Testing exception handling Part 2\n");
 > +  __asm__ __volatile("sc");
 > +
 > +  /*
 > +   * Somehow doing the above seems to clobber SPRG0 on the mvme2100.  The
 > +   * interrupt disable mask is stored in SPRG0. Is this a problem?
 > +   */
 > +  ppc_interrupt_set_disable_mask(PPC_INTERRUPT_DISABLE_MASK_DEFAULT);
 > +

All the files inside `mvme5100/` are fixed and merged in !1472

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1482#note_159313
You're receiving this email because of your account on gitlab.rtems.org. 
Unsubscribe from this thread: 
https://gitlab.rtems.org/-/namespace/49/sent_notifications/5-5t5enb5k28tmblo5wrcrp18oi-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