summaryrefslogtreecommitdiffstats
path: root/src/libthread/Linux-arm-swapcontext.c
Commit message (Collapse)AuthorAgeFilesLines
* libthread: use consistent stack calculation code in makecontextRuss Cox2020-01-191-24/+0
| | | | | | Also reduce duplication: makecontext is per-arch not per-os-arch. May fix #353.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-2/+0
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* arm: build fixesRichard Miller2011-05-181-13/+13
| | | | | | | | Get p9p to build cleanly for ARM - based on suggestions from rsc and eekee, plus a final tweak from me. Tested (a bit) on sheevaplug (ubuntu jaunty), Nokia N800 (maemo 4) and Nokia N900 (maemo 5). R=rsc CC=plan9port.codebot http://codereview.appspot.com/4524056
* libthread: context switching for arm, still not completeRuss Cox2009-11-181-0/+26