1
1

* 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.
Этот коммит содержится в:
Brian Barrett 2005-10-12 19:53:20 +00:00
родитель cd96ffa41f
Коммит f899c59102

Просмотреть файл

@ -126,9 +126,5 @@ opal_timer_linux_open(void)
fclose(fp); fclose(fp);
if (0 == opal_timer_linux_freq) {
return OPAL_ERR_NOT_FOUND;
}
return OPAL_SUCCESS; return OPAL_SUCCESS;
} }