From ac161c1d7294fc755b6c06e23f719f577d926695 Mon Sep 17 00:00:00 2001 From: Dam Sunwoo Date: Fri, 2 Nov 2012 11:32:00 -0500 Subject: 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. --- src/arch/alpha/linux/system.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/alpha/linux/system.cc') diff --git a/src/arch/alpha/linux/system.cc b/src/arch/alpha/linux/system.cc index db3c16d7e..0507af029 100644 --- a/src/arch/alpha/linux/system.cc +++ b/src/arch/alpha/linux/system.cc @@ -41,9 +41,9 @@ */ #include "arch/alpha/linux/system.hh" -#include "arch/alpha/linux/threadinfo.hh" #include "arch/alpha/idle_event.hh" #include "arch/alpha/system.hh" +#include "arch/generic/linux/threadinfo.hh" #include "arch/vtophys.hh" #include "base/loader/symtab.hh" #include "cpu/base.hh" -- cgit v1.2.3