From: Gabe Black Date: Sat, 7 Dec 2019 09:30:23 +0000 (-0800) Subject: sparc: Get rid of some commented out constants. X-Git-Tag: v20.0.0.0~383 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ecb82ffeb04be7ccdd34ebd53fb35bb17f64292;p=gem5.git sparc: Get rid of some commented out constants. Change-Id: Ie2a223f5f969402a03b924ef767eddbcc14bf312 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/23444 Reviewed-by: Bobby R. Bruce Maintainer: Bobby R. Bruce Tested-by: kokoro --- diff --git a/src/arch/sparc/sparc_traits.hh b/src/arch/sparc/sparc_traits.hh index d967f6641..e92b9822e 100644 --- a/src/arch/sparc/sparc_traits.hh +++ b/src/arch/sparc/sparc_traits.hh @@ -39,15 +39,10 @@ const int MaxPGL = 2; // Number of register windows, can legally be 3 to 32 const int NWindows = 8; -// const int NumMicroIntRegs = 1; const int NumMicroIntRegs = 9; -// const int NumRegularIntRegs = MaxGL * 8 + NWindows * 16; -// const int NumMicroIntRegs = 1; -// const int NumIntRegs = NumRegularIntRegs + NumMicroIntRegs; const int NumFloatRegs = 64; const int NumFloatArchRegs = NumFloatRegs; -// const int NumMiscRegs = 40; } #endif // __ARCH_SPARC_SPARC_TRAITS_HH__