Index: test/synch/rwlock4/test.c
===================================================================
--- test/synch/rwlock4/test.c	(revision 9756131fa15f66c8ed4bfc1d5fccfc9dab372985)
+++ test/synch/rwlock4/test.c	(revision 623ba26cebeeb6b5afb464b85e601401a15fb7ee)
@@ -63,10 +63,8 @@
 	pri_t pri;
 
-	pri = cpu_priority_high();
 	spinlock_lock(&lock);	
 	rc = seed % max;
 	seed = (((seed<<2) ^ (seed>>2)) * 487) + rc;
 	spinlock_unlock(&lock);
-	cpu_priority_restore(pri);
 	return rc;
 }
