From e628eeb8528f8d23d47ca5bf04ab0ee4fe3238ca Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 26 Feb 2016 10:06:37 +0000 Subject: Removed idle working area from the 'ch' structure because alignment constraints. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8949 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/include/chschd.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'os/rt/include') diff --git a/os/rt/include/chschd.h b/os/rt/include/chschd.h index 6af0cdedb..f442286c9 100644 --- a/os/rt/include/chschd.h +++ b/os/rt/include/chschd.h @@ -490,12 +490,6 @@ struct ch_system { */ kernel_stats_t kernel_stats; #endif -#if CH_CFG_NO_IDLE_THREAD == FALSE - /** - * @brief Idle thread working area. - */ - THD_WORKING_AREA(idle_thread_wa, PORT_IDLE_THREAD_STACK_SIZE); -#endif }; /*===========================================================================*/ -- cgit v1.2.3