From 39993d6d7693b9fd26d729efd199cc605cd2ae65 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 7 May 2013 10:14:55 +0200 Subject: score: Add CPU context validation --- cpukit/score/cpu/mips/rtems/score/cpu.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpukit/score/cpu/mips/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/mips/rtems/score/cpu.h b/cpukit/score/cpu/mips/rtems/score/cpu.h index 130c960a98..229490bd9b 100644 --- a/cpukit/score/cpu/mips/rtems/score/cpu.h +++ b/cpukit/score/cpu/mips/rtems/score/cpu.h @@ -1125,6 +1125,18 @@ void _CPU_Context_restore_fp( Context_Control_fp **fp_context_ptr ); +static inline void _CPU_Context_volatile_clobber( uintptr_t pattern ) +{ + /* TODO */ +} + +static inline void _CPU_Context_validate( uintptr_t pattern ) +{ + while (1) { + /* TODO */ + } +} + void _BSP_Exception_frame_print( const CPU_Exception_frame *frame ); static inline void _CPU_Exception_frame_print( -- cgit v1.2.3