summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/rtems-bsd-thread.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-01-20 08:57:36 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-01-20 09:19:04 +0100
commit33a15c304bf9ae77697eb7383972125526e9bd7c (patch)
tree5f597d4d03665279cb6ec727bf921ce8b75afb6c /rtemsbsd/include/machine/rtems-bsd-thread.h
parentAdd and use rtems_bsd_get_task_priority() (diff)
downloadrtems-libbsd-33a15c304bf9ae77697eb7383972125526e9bd7c.tar.bz2
Add and use rtems_bsd_get_task_stack_size()
Diffstat (limited to 'rtemsbsd/include/machine/rtems-bsd-thread.h')
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-thread.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-thread.h b/rtemsbsd/include/machine/rtems-bsd-thread.h
index 64862df2..2f99ad10 100644
--- a/rtemsbsd/include/machine/rtems-bsd-thread.h
+++ b/rtemsbsd/include/machine/rtems-bsd-thread.h
@@ -50,9 +50,6 @@
#define BSD_TASK_NAME rtems_build_name('_', 'B', 'S', 'D')
-/* FIXME */
-#define BSD_MINIMUM_TASK_STACK_SIZE ((size_t) 32 * 1024)
-
struct sleepqueue {
Thread_queue_Control sq_blocked;
LIST_ENTRY(sleepqueue) sq_hash;