Our changes to the CV tests.

This commit is contained in:
Geoffrey Challen 2015-12-30 10:11:28 -06:00
parent 8e916c8c65
commit 8bf1a8bebc

View File

@ -294,7 +294,7 @@ cvtest(int nargs, char **args)
(void)args; (void)args;
inititems(); inititems();
kprintf("Starting new CV test...\n"); kprintf("Starting CV test...\n");
kprintf("Threads should print out in reverse order.\n"); kprintf("Threads should print out in reverse order.\n");
testval1 = NTHREADS-1; testval1 = NTHREADS-1;