From 7404ce9c286b2a6076d4e8a290b6276ce422cc38 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 11 Sep 2013 13:19:35 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6294 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/ports/ARMCMx/chcore_v7m.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'os/rt/ports/ARMCMx/chcore_v7m.h') diff --git a/os/rt/ports/ARMCMx/chcore_v7m.h b/os/rt/ports/ARMCMx/chcore_v7m.h index 3c5947557..c8856c33a 100644 --- a/os/rt/ports/ARMCMx/chcore_v7m.h +++ b/os/rt/ports/ARMCMx/chcore_v7m.h @@ -208,17 +208,9 @@ asm module.*/ #if !defined(_FROM_ASM_) -/** - * @brief Generic ARM register. - */ -typedef void *regarm_t; - /* The documentation of the following declarations is in chconf.h in order to not have duplicated structure names into the documentation.*/ #if !defined(__DOXYGEN__) - -typedef uint64_t stkalign_t; - struct port_extctx { regarm_t r0; regarm_t r1; @@ -279,19 +271,8 @@ struct port_intctx { regarm_t r11; regarm_t lr; }; - #endif /* !defined(__DOXYGEN__) */ -/** - * @brief Platform dependent part of the @p thread_t structure. - * @details In this port the structure just holds a pointer to the - * @p port_intctx structure representing the stack pointer - * at context switch time. - */ -struct context { - struct port_intctx *r13; -}; - /*===========================================================================*/ /* Module macros. */ /*===========================================================================*/ -- cgit v1.2.3