* don't error in open if we can't find a timebase. Just let the caller
know what's up (by returning 0 everywhere) and succeed. This commit was SVN r7734.
Этот коммит содержится в:
родитель
cd96ffa41f
Коммит
f899c59102
@ -126,9 +126,5 @@ opal_timer_linux_open(void)
|
||||
|
||||
fclose(fp);
|
||||
|
||||
if (0 == opal_timer_linux_freq) {
|
||||
return OPAL_ERR_NOT_FOUND;
|
||||
}
|
||||
|
||||
return OPAL_SUCCESS;
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user