Add test scripts.
[pintos-anon] / grading / threads / join-quick.c
index 78f1e3f71c9b4cdaa8b3552c7a0b398baf2438fc..73308276fb69755e411d92f867cce0cdef4accf7 100644 (file)
@@ -43,8 +43,6 @@ quick_thread_func (void *name_)
   const char *name = name_;
   int i;
 
-  intr_disable ();
-
   for (i = 0; i < 5; i++) 
     {
       printf ("Thread %s iteration %d\n", name, i);