From 0ecb82ffeb04be7ccdd34ebd53fb35bb17f64292 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 7 Dec 2019 01:30:23 -0800 Subject: [PATCH] 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 --- src/arch/sparc/sparc_traits.hh | 5 ----- 1 file changed, 5 deletions(-) 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__ -- 2.30.2