Review Board 2.0.15


SPARC: Fixing a minor copy-paste bug using the wrong variable

Review Request #911 - Created Nov. 24, 2011 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
ali, gblack, nate, stever
SPARC: Fixing a minor copy-paste bug using the wrong variable

There was a bug in the mm_disk implementation where a copy paste error
resulted in the d32 variable not being initialised (as it incorrectly
was used instead of d16), and gcc 4.5 complaining.
No testing of SPARC_FS since I do not have access to and do not know where to find the reset_new.bin and other files required.
Review request changed
Updated (Nov. 24, 2011, 9:19 p.m.)

Testing Done:

~  

All SPARC_SE opt pass

  ~

No testing of SPARC_FS since I do not have access to and do not know where to find the reset_new.bin and other files required.

Ship it!
Posted (Nov. 25, 2011, 3:34 a.m.)
Since we don't have a working sparc FS regression, nor do people without access to zizze have a file system, this will have to do. 
  1. Yes, I agree. The change looks very reasonable so I'm confident it's correct, but I'll run it myself just to be sure. Do you have commit access, or do you need somebody to put it in for you?
  2. It passed so you're good to go.