forked from Imagelibrary/rtems
Remove ref to rtems/old-exceptions/cpu.h.
This commit is contained in:
@@ -11,9 +11,6 @@ include_rtems_scoredir = $(includedir)/rtems/score
|
|||||||
include_rtems_score_HEADERS = rtems/score/powerpc.h rtems/score/cpu.h \
|
include_rtems_score_HEADERS = rtems/score/powerpc.h rtems/score/cpu.h \
|
||||||
rtems/score/types.h
|
rtems/score/types.h
|
||||||
|
|
||||||
include_rtems_old_exceptionsdir = $(includedir)/rtems/old-exceptions
|
|
||||||
include_rtems_old_exceptions_HEADERS = rtems/old-exceptions/cpu.h
|
|
||||||
|
|
||||||
include_rtems_new_exceptionsdir = $(includedir)/rtems/new-exceptions
|
include_rtems_new_exceptionsdir = $(includedir)/rtems/new-exceptions
|
||||||
include_rtems_new_exceptions_HEADERS = rtems/new-exceptions/cpu.h
|
include_rtems_new_exceptions_HEADERS = rtems/new-exceptions/cpu.h
|
||||||
|
|
||||||
|
|||||||
@@ -304,11 +304,7 @@ typedef struct CPU_Interrupt_frame {
|
|||||||
} CPU_Interrupt_frame;
|
} CPU_Interrupt_frame;
|
||||||
#endif /* ASM */
|
#endif /* ASM */
|
||||||
|
|
||||||
#ifdef _OLD_EXCEPTIONS
|
|
||||||
#include <rtems/old-exceptions/cpu.h>
|
|
||||||
#else
|
|
||||||
#include <rtems/new-exceptions/cpu.h>
|
#include <rtems/new-exceptions/cpu.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Should be large enough to run all RTEMS tests. This ensures
|
* Should be large enough to run all RTEMS tests. This ensures
|
||||||
|
|||||||
Reference in New Issue
Block a user