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:39:06 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-01-20 09:19:00 +0100
commit91ea7ea614c777595661c26cfa3e064182687f91 (patch)
treee8e10a2371bcdc50d90c065e795cce4c9db08d2a /rtemsbsd/include/machine/rtems-bsd-thread.h
parentHOSTNAME(1): Add -m flag (diff)
downloadrtems-libbsd-91ea7ea614c777595661c26cfa3e064182687f91.tar.bz2
Add and use rtems_bsd_get_task_priority()
Diffstat (limited to 'rtemsbsd/include/machine/rtems-bsd-thread.h')
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-thread.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-thread.h b/rtemsbsd/include/machine/rtems-bsd-thread.h
index 41e08efe..64862df2 100644
--- a/rtemsbsd/include/machine/rtems-bsd-thread.h
+++ b/rtemsbsd/include/machine/rtems-bsd-thread.h
@@ -50,14 +50,6 @@
#define BSD_TASK_NAME rtems_build_name('_', 'B', 'S', 'D')
-#define BSD_TASK_PRIORITY_NORMAL 120
-
-#define BSD_TASK_PRIORITY_TIMER 110
-
-#define BSD_TASK_PRIORITY_INTERRUPT 100
-
-#define BSD_TASK_PRIORITY_RESOURCE_OWNER 100
-
/* FIXME */
#define BSD_MINIMUM_TASK_STACK_SIZE ((size_t) 32 * 1024)