aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC/chcore.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-13 08:52:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-13 08:52:55 +0000
commit1b8cc3f865d5780ff37d92b2d7fb18df1ef99626 (patch)
tree9adcc9fd0b81070e4ecfd87673cf0404e8d23230 /os/ports/GCC/PPC/chcore.h
parent0a9ff0e5d73bf5d8b6b0d0b53163e32797e08694 (diff)
downloadChibiOS-1b8cc3f865d5780ff37d92b2d7fb18df1ef99626.tar.gz
ChibiOS-1b8cc3f865d5780ff37d92b2d7fb18df1ef99626.tar.bz2
ChibiOS-1b8cc3f865d5780ff37d92b2d7fb18df1ef99626.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5175 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/PPC/chcore.h')
-rw-r--r--os/ports/GCC/PPC/chcore.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/os/ports/GCC/PPC/chcore.h b/os/ports/GCC/PPC/chcore.h
index a8399fe51..c64737c67 100644
--- a/os/ports/GCC/PPC/chcore.h
+++ b/os/ports/GCC/PPC/chcore.h
@@ -259,9 +259,6 @@ struct context {
* @brief Per-thread stack overhead for interrupts servicing.
* @details This constant is used in the calculation of the correct working
* area size.
- * This value can be zero on those architecture where there is a
- * separate interrupt stack and the stack space between @p intctx and
- * @p extctx is known to be zero.
*/
#ifndef PORT_INT_REQUIRED_STACK
#define PORT_INT_REQUIRED_STACK 256