K 10 svn:author V 6 marcel K 8 svn:date V 27 2014-01-06T01:51:08.525133Z K 7 svn:log V 532 Fix precious commit. In "productizing" the code, the following went wrong: 1. The loop termination check was removed, resulting in an infinite loop. 2. The loop termination changed from a return to a break, actually causing the tail end of the shub_ptc() function to execute and causing panics there due to sc being re-used. Now that we properly wait for the PTC operation to complete, fix the loop termination condition by masking off bits we don't care for. Without it we end up in another infinite loop. Sheez... END