From 5d2c65e0bdc46677e29a66f51f3bb0d0f3bd8d18 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Sep 2008 19:30:29 +0000 Subject: 2008-09-17 Joel Sherrill * shell/rtems.t, user/conf.t, user/stackchk.t: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED. --- doc/user/conf.t | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'doc/user/conf.t') diff --git a/doc/user/conf.t b/doc/user/conf.t index 81ef4ae9cc..ceaa1ceae0 100644 --- a/doc/user/conf.t +++ b/doc/user/conf.t @@ -184,12 +184,13 @@ before RTEMS release 4.5.0. The miniIMFS supports only directories and device nodes and is smaller in executable code size than the full IMFS. -@findex STACK_CHECKER_ON -@item @code{STACK_CHECKER_ON} is defined when the application -wishes to enable run-time stack bounds checking. This increases -the time required to create tasks as well as adding overhead -to each context switch. By default, this is not defined and -thus stack checking is disabled. +@findex CONFIGURE_STACK_CHECKER_ENABLED +@item @code{CONFIGURED_STACK_CHECKER_ENABLED} is defined when +the application wishes to enable run-time stack bounds checking. +This increases the time required to create tasks as well as adding +overhead to each context switch. By default, this is not defined and +thus stack checking is disabled. NOTE: In 4.9 and older, this was named +@code{STACK_CHECKER_ON} @end itemize -- cgit v1.2.3