[rtems commit] Add dummy PI_SOFT to <sys/priority.h>

Sebastian Huber sebh at rtems.org
Thu Aug 23 12:38:58 UTC 2018


Module:    rtems
Branch:    master
Commit:    a36aa8628f11385ab0d9061d6b37d179879322e7
Changeset: http://git.rtems.org/rtems/commit/?id=a36aa8628f11385ab0d9061d6b37d179879322e7

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Aug 23 14:32:07 2018 +0200

Add dummy PI_SOFT to <sys/priority.h>

Update #3472.

---

 cpukit/include/sys/priority.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpukit/include/sys/priority.h b/cpukit/include/sys/priority.h
index abdfee2..4b7c46b 100644
--- a/cpukit/include/sys/priority.h
+++ b/cpukit/include/sys/priority.h
@@ -31,6 +31,7 @@
 #define	PRI_MAX_ITHD		0
 #define	PI_NET			0
 #define	PI_SWI(x)		0
+#define	PI_SOFT			0
 #define	PRI_MIN_KERN		0
 #define	PVM			0
 #define	PZERO			0



More information about the vc mailing list