e0fb3957cb
* The opal_sys_timer_get_cycles() call was implemented for Sparc v9 using inline assembly, but not in the assembly files. This would only currently matter on Linux Sparc systems using a compiler that didn't support inline assembly (not many of those), but it should be there for completion. * The linux timer component would always build on non-Alpha platforms, rather than only building on platforms where opal_sys_timer_get_cycles() was implemented. This would only matter on a very narrow set of platforms that we don't really support, but still, it could be more right. We now only build the component on platforms where we have the assembly call to get the cycle counter. * Added a comment to opal/sys/timer.h to note that the linux timer component needed to be updated if another platform was added. This should be harmless to commit. It will only really change behaviors on platforms we don't have assembly support for, which currently won't make it through configure. It really only matters when (if?) we support atomic operations through libatomic_ops. This commit was SVN r17887. |
||
---|---|---|
.. | ||
aix | ||
altix | ||
base | ||
darwin | ||
linux | ||
solaris | ||
windows | ||
configure.m4 | ||
Makefile.am | ||
timer.h |