From 20730b790c98bfb29d1f57911b32610af4d6e35b Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 14 Nov 2006 01:30:34 -0500 Subject: Set hpstate to be what I'm assuming Legion is. --HG-- extra : convert_revision : 0be66513cb0cff07c0c2b50c97c1ea74d52b0dc9 --- src/arch/sparc/miscregfile.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/arch/sparc/miscregfile.cc') 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; -- cgit v1.2.3