Re: [m5-dev] changeset in m5: X86: Add a class to support 32 bit x86 linux pr...

2009-02-28 Thread Steve Reinhardt
On Fri, Feb 27, 2009 at 9:34 AM, Gabe Black gbl...@eecs.umich.edu wrote: changeset d35d2b28df38 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=d35d2b28df38 description:        X86: Add a class to support 32 bit x86 linux process. diff -r 2b989b925c9c -r d35d2b28df38

Re: [m5-dev] changeset in m5: X86: Add a class to support 32 bit x86 linux pr...

2009-02-28 Thread Gabe Black
-X86LinuxProcess::X86LinuxProcess(LiveProcessParams * params, +X86_64LinuxProcess::X86_64LinuxProcess(LiveProcessParams * params, ObjectFile *objFile) -: X86LiveProcess(params, objFile), -Num_Syscall_Descs(273) +: X86LinuxProcess(params, objFile, syscallDescs, 273)

[m5-dev] changeset in m5: X86: Add a class to support 32 bit x86 linux pr...

2009-02-27 Thread Gabe Black
changeset d35d2b28df38 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=d35d2b28df38 description: X86: Add a class to support 32 bit x86 linux process. diffstat: 4 files changed, 364 insertions(+), 24 deletions(-) src/arch/x86/linux/process.cc | 23 --