diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2010-05-03 00:44:08 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2010-05-03 00:44:08 -0700 |
commit | 2ee7a892092086db1bdf707438a9c10bf1426a69 (patch) | |
tree | 014cc7d82c21c8097ea2b27a9433be96a6a6f592 /src/arch/x86/process.hh | |
parent | 7524fdda6a85e2b22ebdbcb7a84ddd40b5411e98 (diff) | |
download | gem5-2ee7a892092086db1bdf707438a9c10bf1426a69.tar.xz |
X86: Update the base aux vector X86 processes install.
Diffstat (limited to 'src/arch/x86/process.hh')
-rw-r--r-- | src/arch/x86/process.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/x86/process.hh b/src/arch/x86/process.hh index 3ad2abe08..73cb6b81f 100644 --- a/src/arch/x86/process.hh +++ b/src/arch/x86/process.hh @@ -66,6 +66,10 @@ class SyscallDesc; namespace X86ISA { + enum X86AuxiliaryVectorTypes { + M5_AT_SYSINFO = 32, + M5_AT_SYSINFO_EHDR = 33 + }; class X86LiveProcess : public LiveProcess { |