summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/asm/htable.h
AgeCommit message (Collapse)AuthorFilesLines
2018-03-13OS-6546 Use PCID if KPTI is enabledJohn Levon1-13/+2
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Alex Wilson <alex.wilson@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Alex Wilson <alex.wilson@joyent.com>
2011-07-01Use __attribute__((__gnu_inline__)) on GCC ASMRichard Lowe1-7/+11
As a GCC extension, GCC used to define 'extern inline' to mean that a function was only ever emitted inline and no visible symbol was emitted. C99, however, made 'extern inline' mean pretty much the reverse of this, and GCC 4.3 and above in C99 or GNU99 modes follow the standard, so we have to decorate each definition to indicate we want the non-standard behaviour.
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+99