Re: [rtems commit] arm: Optimize context switch

2017-05-21 Thread Sebastian Huber
Which tests fail? On 19/05/17 20:52, Gedare Bloom wrote: This commit causes an error when running realview_pbx_a9_qemu in the gem5 simulator. I have only been able to identify that this is the problematic commit. I have not been able to debug further. On Tue, Mar 28, 2017 at 4:34 AM, Sebastian

Re: [PATCH 1/2] Add support for a mmap file handler

2017-05-21 Thread Sebastian Huber
On 20/05/17 14:47, Kevin Kirspel wrote: +/** * @brief File system node operations table. */ struct _rtems_filesystem_file_handlers_r { @@ -993,6 +1015,7 @@ struct _rtems_filesystem_file_handlers_r { rtems_filesystem_fcntl_t fcntl_h; rtems_filesystem_poll_t poll_h; rtems_filesy

Re: [PATCH v2 1/2] Add support for a mmap file handler. Add support for MAP_ANON in mmap().

2017-05-21 Thread Gedare Bloom
On Sat, May 20, 2017 at 9:39 AM, Kevin Kirspel wrote: > --- > cpukit/dev/i2c/i2c-bus.c| 1 + > cpukit/dev/i2c/i2c-dev.c| 1 + > cpukit/dev/spi/spi-bus.c| 1 + > cpukit/libblock/src/blkdev-imfs.c | 1 + >