summaryrefslogtreecommitdiff
path: root/src/arch/arm/linux/process.hh
AgeCommit message (Collapse)Author
2009-06-09ARM: Hook in the mmap2 system call. Make ArmLinuxProcess handle 5,6 syscall ↵Gabe Black
params.
2009-06-09ARM: Implement TLS. This is not tested.Gabe Black
2009-06-09ARM: Make ArmLinuxProcess understand "ARM private" system calls.Gabe Black
2009-04-05arm: add ARM support to M5Stephen Hines