#2801 closed defect (fixed)

Invalid configuration option used in virtex bsp headers

Reported by: Tim Cussins Owned by: Tim Cussins <timcussins@…>
Priority: normal Milestone: 4.11.1
Component: unspecified Version: 4.11
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

virtex4 and virtex5 bsp headers (bsp.h) define CONFIGURE_INTERRUPT_STACK_MEMORY, which causes confdefs.h to choke.

As discussed on mailing list, they should instead set BSP_INTERRUPT_STACK_SIZE.

Attachments (1)

virtex.diff (1.1 KB) - added by Tim Cussins on 11/03/16 at 17:15:57.
patch against 4.11 branch.

Download all attachments as: .zip

Change History (5)

Changed on 11/03/16 at 17:15:57 by Tim Cussins

Attachment: virtex.diff added

patch against 4.11 branch.

comment:1 Changed on 11/03/16 at 17:51:01 by Tim Cussins <timcussins@…>

Owner: set to Tim Cussins <timcussins@…>
Resolution: fixed
Status: newclosed

In 11ae6f94f88cbc393962fe37a3942cbdee243e54/rtems:

virtex4, virtex5 bsp.h: Use BSP_INTERRUPT_STACK_SIZE not user space CONFIGURE_INTERRUPT_STACK_SIZE

closes #2801.

comment:2 Changed on 11/03/16 at 17:52:13 by Tim Cussins <timcussins@…>

In a0b116dc357cd52521e489cea76bf018ea2580a1/rtems:

virtex4, virtex5 bsp.h: Use BSP_INTERRUPT_STACK_SIZE not user space CONFIGURE_INTERRUPT_STACK_SIZE

closes #2801.

comment:3 Changed on 11/16/16 at 00:18:15 by Tim Cussins <timcussins@…>

In a0b116dc357cd52521e489cea76bf018ea2580a1/rtems:

virtex4, virtex5 bsp.h: Use BSP_INTERRUPT_STACK_SIZE not user space CONFIGURE_INTERRUPT_STACK_SIZE

closes #2801.

comment:4 Changed on 11/18/16 at 20:35:37 by Tim Cussins <timcussins@…>

In a0b116dc357cd52521e489cea76bf018ea2580a1/rtems:

virtex4, virtex5 bsp.h: Use BSP_INTERRUPT_STACK_SIZE not user space CONFIGURE_INTERRUPT_STACK_SIZE

closes #2801.

Note: See TracTickets for help on using tickets.