commit | ac161c1d7294fc755b6c06e23f719f577d926695 | [log] [tgz] |
---|---|---|
author | Dam Sunwoo <dam.sunwoo@arm.com> | Fri Nov 02 11:32:00 2012 -0500 |
committer | Dam Sunwoo <dam.sunwoo@arm.com> | Fri Nov 02 11:32:00 2012 -0500 |
tree | 356f6fca7b368a34e68687ac02bef6f543207022 | |
parent | d0678d1c31bbb0c08e58762a36d5d2382b0a537f [diff] |
ISA: generic Linux thread info support This patch takes the Linux thread info support scattered across different ISA implementations (currently in ARM, ALPHA, and MIPS), and unifies them into a single file. Adds a few more helper functions to read out TGID, mm, etc. ISA-specific information (e.g., ALPHA PCBB register) is now moved to the corresponding isa_traits.hh files.