Review Board 2.0.15


M5 utility: remove reserve1_func to build for x86

Review Request #120 - Created Aug. 9, 2010 and submitted - Latest diff uploaded

Information
Joel Hestness
gem5
Reviewers
Default
./util/m5/m5op_x86.S: To get the m5 utility to build for x86, remove the reserved1_func link.
The M5 utility currently does not build for x86 because the reserved1_func was previously removed from m5ops.h by Ali Saidi.  This patch fixes the build problem by removing the reference to reserved1_func in m5op_x86.S.