diff --git a/Assignment5/hard_affinity.c b/Assignment5/hard_affinity.c index c2df43f..3262efa 100644 --- a/Assignment5/hard_affinity.c +++ b/Assignment5/hard_affinity.c @@ -4,16 +4,6 @@ #include #include "lib/queue.h" -/* - * Marker, please read: - * - * There is a bug, I think it is due to the print thread reading the finish count and exiting early sometimes. - * The way to fix this would be to implement a mutex for the finish count, that works across threads. - * The incrementFinishCount() and getFinishCount() functions are too simple and don't take into account the other threads. - * - */ - - #define MAX_USERNAME_LENGTH 100 int *QUANTUM; int CPUS;