Kernel: remove unused CHECK_DEADLOCK definition

This commit is contained in:
David van Moolenbroek 2009-09-07 20:23:31 +00:00
parent 18ae423990
commit e538509508

View file

@ -17,9 +17,6 @@
#define SENDNB 5 /* nonblocking send */
#define SENDA 16 /* asynchronous send */
/* The following bit masks determine what checks that should be done. */
#define CHECK_DEADLOCK 0x03 /* 0000 0011 : check for deadlock */
#define WILLRECEIVE(target, source_ep) \
((RTS_ISSET(target, RECEIVING) && !RTS_ISSET(target, SENDING)) && \
(target->p_getfrom_e == ANY || target->p_getfrom_e == source_ep))