aboutsummaryrefslogtreecommitdiff
path: root/manual/platform.texi
AgeCommit message (Collapse)AuthorFilesLines
2014-01-31* manual/platform.texi: Document MTASC-safety properties.Alexandre Oliva1-0/+18
2013-05-26 * manual/platform.texi: Add missing @end deftypefun.Thomas Schwinge1-0/+1
Fixup for commit d116b7c414c8239b677e341ac517745db689ac2d.
2013-05-24PowerPC: Program Priority Register supportAdhemerval Zanella1-0/+20
This patch add inline functions to change the Program Priority Register from ISA 2.05.
2013-05-23PowerPC: Add functions for shared resources hints.Edjunior Machado1-0/+24
2012-09-25Add __ppc_get_timebase_freq to ppc.h.Tulio Magno Quites Machado Filho1-0/+8
2012-06-04Manual for platform-specific features and new __ppc_get_timebase inline.Tulio Magno Quites Machado Filho1-0/+28
[BZ #13743] A new class of installed headers has been documented for low-level platform-specific functionality. PowerPC added the first instance with a function to provide time base register access (__ppc_get_timebase). This is required for applications that measure time at high frequencies with high precision that can't afford a syscall.