X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Fpriority-donate-one.c;h=d3b3d96345c4eddab289247c38df15664c86a9b5;hb=d0997e526f6964b081c8214778a2c5861d4d7379;hp=5a30bd47e298ead7bf1fdb3143a9b23547d76ec5;hpb=0b877ed0d174985b620fdf3be1183ac09d7c55fd;p=pintos-anon diff --git a/src/tests/threads/priority-donate-one.c b/src/tests/threads/priority-donate-one.c index 5a30bd4..d3b3d96 100644 --- a/src/tests/threads/priority-donate-one.c +++ b/src/tests/threads/priority-donate-one.c @@ -1,6 +1,4 @@ -/* Problem 1-3: Priority Scheduling tests. - - Based on a test originally submitted for Stanford's CS 140 in +/* Based on a test originally submitted for Stanford's CS 140 in winter 1999 by Matt Franklin , Greg Hutchins , Yu Ping Hu . Modified by arens. */