remove obsolete debug message

This commit is contained in:
Stefan Lankes 2011-12-01 06:52:04 -08:00
parent 2d1a19f15e
commit 3acdf72b88

View file

@ -674,8 +674,7 @@ int svm_barrier(uint32_t flags)
RCCE_COMM *comm = &RCCE_COMM_WORLD;
static int index = 0;
if( flags & SVM_LAZYRELEASE ) {
kputs("svm barrier has to flush and invalidate!\n");
if (flags & SVM_LAZYRELEASE) {
svm_flush(0);
svm_invalidate();
}