diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2010-05-13 23:48:06 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2010-05-13 23:48:06 -0400 |
commit | 72071690e7386479ed0bd03c637d440ee8a19e0b (patch) | |
tree | e6901d2a569c4c800e00db12340db428124b0b76 /src | |
parent | c4497dbf031ab250c1c1702f6952917d1de3f565 (diff) | |
parent | e63c73b45d688c7af7a1a3ed01dbde538c57acc2 (diff) | |
download | gem5-72071690e7386479ed0bd03c637d440ee8a19e0b.tar.xz |
Automated merge with ssh://m5sim.org//repo/m5
Diffstat (limited to 'src')
-rw-r--r-- | src/cpu/pred/tournament.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/pred/tournament.cc b/src/cpu/pred/tournament.cc index 223e45333..96ee87615 100644 --- a/src/cpu/pred/tournament.cc +++ b/src/cpu/pred/tournament.cc @@ -104,7 +104,6 @@ TournamentBP::TournamentBP(unsigned _localPredictorSize, // @todo: Allow for different thresholds between the predictors. threshold = (1 << (localCtrBits - 1)) - 1; - threshold = threshold / 2; } inline |