From: Gabe Black Date: Mon, 27 Jul 2009 07:52:19 +0000 (-0700) Subject: Elf: Add in some new aux vector type constants. X-Git-Tag: Calvin_Submission~194^2~25 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ebc28976739a4618c40d527a94a013eb35471089;p=gem5.git Elf: Add in some new aux vector type constants. --- diff --git a/src/sim/process.hh b/src/sim/process.hh index 0d5421dcd..05a48071a 100644 --- a/src/sim/process.hh +++ b/src/sim/process.hh @@ -295,6 +295,10 @@ class LiveProcess : public Process M5_AT_CLKTCK = 17, M5_AT_SECURE = 23, + M5_BASE_PLATFORM = 24, + M5_AT_RANDOM = 25, + + M5_AT_EXECFN = 31, M5_AT_VECTOR_SIZE = 44 };