From fad3f79b883100394a5a7e51e93f95eaaafd50f8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 31 Aug 2018 07:44:53 +0200 Subject: bsps: BSP_INTERRUPT_STACK_AT_WORK_AREA_BEGIN Remove the BSP_INTERRUPT_STACK_AT_WORK_AREA_BEGIN hack. The interrupt stacks are now allocated by the linker. Update #3459. --- c/src/lib/libbsp/powerpc/psim/configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/psim/configure.ac') diff --git a/c/src/lib/libbsp/powerpc/psim/configure.ac b/c/src/lib/libbsp/powerpc/psim/configure.ac index b04209153a..768f3cfa6d 100644 --- a/c/src/lib/libbsp/powerpc/psim/configure.ac +++ b/c/src/lib/libbsp/powerpc/psim/configure.ac @@ -42,9 +42,6 @@ Note that the policy can still be defined by the application CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK this feature is removed and a little memory is saved.]) -RTEMS_BSPOPTS_SET([BSP_INTERRUPT_STACK_AT_WORK_AREA_BEGIN],[*],[1]) -RTEMS_BSPOPTS_HELP([BSP_INTERRUPT_STACK_AT_WORK_AREA_BEGIN],[indicate that the interrupt stack is at the work area begin]) - AC_DEFINE(ppc603e, 1, [PowerPC model option]) RTEMS_BSP_CLEANUP_OPTIONS -- cgit v1.2.3