summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/tcb.h
AgeCommit message (Expand)Author
2019-07-02Drop % from register name used for register variable since it makes clangMark Kettenis
2016-09-04Telling gcc the TCB pointer is in %r2 via the 'register asm' extensionPhilip Guenther
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2011-11-09Add magic to use %r2 as the userland thread register.Mark Kettenis
2011-10-27Specify the TLS variant for each platform.Philip Guenthe