mem: Make blkAlign a common function between all tag classes
Review Request #3829 - Created Feb. 22, 2017 and submitted
Information | |
---|---|
Nikos Nikoleris | |
gem5 | |
default | |
Reviewers | |
Default | |
Changeset 11874:dfbd6a48dac8 --------------------------- mem: Make blkAlign a common function between all tag classes blkAlign was defined as a separate function in the base associative and fully-associative tags classes although both functions implemented identical functionality. This patch moves the blkAlign in the base tags class. Change-Id: I3d415d0e62bddeec7ce0d559667e40a8c5fdc2d4 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Andreas Hansson <andreas.hansson@arm.com>