[PATCH] bsps: Improve interrupt vector enable/disable API

Chris Johns chrisj at rtems.org
Wed Jun 21 05:43:42 UTC 2017


On 20/06/2017 22:39, Sebastian Huber wrote:
> On 20/06/17 07:44, Sebastian Huber wrote:
> 
>> On 20/06/17 02:51, Chris Johns wrote:
>>
>>> On 19/06/2017 23:19, Sebastian Huber wrote:
>>>> Change bsp_interrupt_vector_enable() and bsp_interrupt_vector_disable()
>>>> to not return a status code.  Add bsp_interrupt_assert() and use it to
>>>> validate the vector number in the vector enable/disable implementations.
>>> Thank you for the quick turn around on the change. It is impressive.
>>>
>>> OK to push with Gedare's minor changes. I will build everything once pushed.
>>
>> m68k no longer builds with this change due to:
>>
>> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81132
> 
> https://git.rtems.org/rtems-source-builder/commit/?id=34a310344cd357afbb236c55b748392ce3f1cbdb
> 

$ rtems-bsp-builder \
      --rtems-tools=/build/rtems/tools/4.12 \
      --rtems=/opt/work/chris/rtems/kernel/rtems.git \
      --log=all-tests \
      --profile=everything \
      --build=tests
      --jobs=7/6

All passed.

Chris


More information about the devel mailing list