remove obsolete debug message
This commit is contained in:
parent
2d1a19f15e
commit
3acdf72b88
1 changed files with 1 additions and 2 deletions
|
@ -674,8 +674,7 @@ int svm_barrier(uint32_t flags)
|
||||||
RCCE_COMM *comm = &RCCE_COMM_WORLD;
|
RCCE_COMM *comm = &RCCE_COMM_WORLD;
|
||||||
static int index = 0;
|
static int index = 0;
|
||||||
|
|
||||||
if( flags & SVM_LAZYRELEASE ) {
|
if (flags & SVM_LAZYRELEASE) {
|
||||||
kputs("svm barrier has to flush and invalidate!\n");
|
|
||||||
svm_flush(0);
|
svm_flush(0);
|
||||||
svm_invalidate();
|
svm_invalidate();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue