Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 380021 | Differences between
and this patch

Collapse All | Expand All

(-)pearpc-0.5_original/src/io/cuda/cuda.cc (-2 / +2 lines)
Lines 902-912 Link Here
902
			} else {
902
			} else {
903
				IO_CUDA_TRACE2("left: %d\n", gCUDA.left);
903
				IO_CUDA_TRACE2("left: %d\n", gCUDA.left);
904
				if (lockuphack++ == 20) {
904
				if (lockuphack++ == 20) {
905
/*					gCUDA.left = 0;
905
					gCUDA.left = 0;
906
					gCUDA.rA = TREQ;
906
					gCUDA.rA = TREQ;
907
					gCUDA.rACR = 0;
907
					gCUDA.rACR = 0;
908
					lockuphack = 0;
908
					lockuphack = 0;
909
					IO_CUDA_WARN("lock-up parachute\n");*/
909
					IO_CUDA_WARN("lock-up parachute\n");
910
				}
910
				}
911
			}
911
			}
912
		} else {
912
		} else {

Return to bug 380021