mem: Clean up the xbars a little.
authorGabe Black <gabeblack@google.com>
Fri, 22 Mar 2019 21:23:21 +0000 (14:23 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 26 Mar 2019 18:17:09 +0000 (18:17 +0000)
commit599d2c91f88ba74098a917eb0b7f901add49276a
tree7018c702b25b008893d97959aa7ead613f2d6462
parentfcc4c4fed945d0575d40fe314573a2081d66b2ee
mem: Clean up the xbars a little.

Get rid of comments which just restate the code, get rid of redundant
"virtual" keywords, add "override"s, fix style, and get rid of
xbar::init which was empty and hiding the parent class init.

Change-Id: I8ce20abee340baa88084d142f2fb8c633ee54ba9
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/17592
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/mem/coherent_xbar.cc
src/mem/coherent_xbar.hh
src/mem/noncoherent_xbar.hh
src/mem/xbar.cc
src/mem/xbar.hh