Searched hist:8481 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/mem/ruby/structures/
H A DPersistentTable.cc12890:2dcd62e80e96 Mon Feb 19 14:49:00 EST 2018 Brandon Potter <brandon.potter@amd.com> ruby: remove unused code inside '#if 0 ... #endif'

The commented code contains bitrot. It is not clear how to fix the code
so remove it.

The code will not compile if the preprocessor defines are removed. The
llocker and uulocker variables that are used as indices into the
persistent_randomize array are undefined. It's not clear what they should
be from the current code.

5ab13e2deb shows when the lines were last modified. The functionality
contained in the comments probably have not been used since that time.
(This is an example of why one should never add commented code that
is enabled by removing defines. The code rots and sits in the source
forever.)

Change-Id: I3e0e7c9afc0b6088130e6f319075809fb6f16e5a
Reviewed-on: https://gem5-review.googlesource.com/8481
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
/gem5/src/cpu/o3/
H A Dlsq_unit.hh8481:818aea9960f5 Sun Jul 31 22:21:00 EDT 2011 Gabe Black <gblack@eecs.umich.edu> O3: Implement memory mapped IPRs for O3.
H A Dlsq_unit_impl.hh8481:818aea9960f5 Sun Jul 31 22:21:00 EDT 2011 Gabe Black <gblack@eecs.umich.edu> O3: Implement memory mapped IPRs for O3.

Completed in 63 milliseconds