From: Gabe Black Date: Tue, 14 Nov 2006 06:30:34 +0000 (-0500) Subject: Set hpstate to be what I'm assuming Legion is. X-Git-Tag: m5_2.0_beta3~319^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20730b790c98bfb29d1f57911b32610af4d6e35b;p=gem5.git Set hpstate to be what I'm assuming Legion is. --HG-- extra : convert_revision : 0be66513cb0cff07c0c2b50c97c1ea74d52b0dc9 --- diff --git a/src/arch/sparc/miscregfile.cc b/src/arch/sparc/miscregfile.cc index d52e3983f..d9d7f4411 100644 --- a/src/arch/sparc/miscregfile.cc +++ b/src/arch/sparc/miscregfile.cc @@ -88,7 +88,8 @@ void MiscRegFile::reset() otherwin = 0; wstate = 0; gl = 0; - hpstate = 0; + //In a T1, bit 11 is apparently always 1 + hpstate = (1 << 11); memset(htstate, 0, sizeof(htstate)); hintp = 0; htba = 0;