summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/stackchk.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-20 11:13:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-20 12:07:07 +0200
commit8ff5916c2f0b9cc8d62ca99d1422ad7be4cccf27 (patch)
tree2d663f7c657e87cbc203114fb42b4e1dc7c1500b /cpukit/include/rtems/stackchk.h
parentconfig: SMP only CONFIGURE_MAXIMUM_PROCESSORS (diff)
downloadrtems-8ff5916c2f0b9cc8d62ca99d1422ad7be4cccf27.tar.bz2
stackchk: Remove dead code
Update #3459.
Diffstat (limited to 'cpukit/include/rtems/stackchk.h')
-rw-r--r--cpukit/include/rtems/stackchk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/include/rtems/stackchk.h b/cpukit/include/rtems/stackchk.h
index 16fc4f9b9d..eb81bb827e 100644
--- a/cpukit/include/rtems/stackchk.h
+++ b/cpukit/include/rtems/stackchk.h
@@ -127,8 +127,8 @@ void rtems_stack_checker_switch_extension(
rtems_stack_checker_switch_extension, /* task_switch */ \
0, /* task_begin */ \
0, /* task_exitted */ \
- 0 /* rtems_stack_checker_fatal_extension */, /* fatal */ \
- 0, /* terminate */ \
+ 0, /* fatal */ \
+ 0 /* terminate */ \
}
#ifdef __cplusplus