Posted (Jan. 6, 2011, 8:34 p.m.)
See review of the earlier IntDev patch. Basically this is displacing the latency value from the base class that uses it into the subclass that gets it from the config. I don't think it's necessary as described previously, but also that decentralizes a value that's always used in the same place for the same purpose.
Posted (Jan. 7, 2011, 4:01 a.m.)
-
src/dev/x86/intdev.hh (Diff revision 1) -
Can you fix the style since you're editing? The colon should be on the line below the one it's on.
Posted (Jan. 7, 2011, 4:16 a.m.)
-
src/dev/x86/intdev.hh (Diff revision 1) -
Just because something is not in the style guide doesn't mean it's not part of the style. I'd guess that 95% of m5 follows the convention. Style is hugely about consistency of code.
