changeset b3f2de9ff2bd in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=b3f2de9ff2bd
description:
        arch: get rid of unused LargestRead typedef

diffstat:

 src/arch/alpha/types.hh   |  2 --
 src/arch/arm/types.hh     |  3 ---
 src/arch/mips/types.hh    |  2 --
 src/arch/sparc/types.hh   |  2 --
 src/arch/x86/registers.hh |  2 --
 5 files changed, 0 insertions(+), 11 deletions(-)

diffs (61 lines):

diff -r 72046b9b3323 -r b3f2de9ff2bd src/arch/alpha/types.hh
--- a/src/arch/alpha/types.hh   Sun Jan 17 18:27:46 2016 -0800
+++ b/src/arch/alpha/types.hh   Sun Jan 17 18:27:46 2016 -0800
@@ -42,8 +42,6 @@
 
 typedef GenericISA::SimplePCState<MachInst> PCState;
 
-typedef uint64_t LargestRead;
-
 enum annotes
 {
     ANNOTE_NONE = 0,
diff -r 72046b9b3323 -r b3f2de9ff2bd src/arch/arm/types.hh
--- a/src/arch/arm/types.hh     Sun Jan 17 18:27:46 2016 -0800
+++ b/src/arch/arm/types.hh     Sun Jan 17 18:27:46 2016 -0800
@@ -524,9 +524,6 @@
         SXTX = 7
     };
 
-    typedef uint64_t LargestRead;
-    // Need to use 64 bits to make sure that read requests get handled properly
-
     typedef int RegContextParam;
     typedef int RegContextVal;
 
diff -r 72046b9b3323 -r b3f2de9ff2bd src/arch/mips/types.hh
--- a/src/arch/mips/types.hh    Sun Jan 17 18:27:46 2016 -0800
+++ b/src/arch/mips/types.hh    Sun Jan 17 18:27:46 2016 -0800
@@ -42,8 +42,6 @@
 
 typedef GenericISA::DelaySlotPCState<MachInst> PCState;
 
-typedef uint64_t LargestRead;
-
 //used in FP convert & round function
 enum ConvertType{
     SINGLE_TO_DOUBLE,
diff -r 72046b9b3323 -r b3f2de9ff2bd src/arch/sparc/types.hh
--- a/src/arch/sparc/types.hh   Sun Jan 17 18:27:46 2016 -0800
+++ b/src/arch/sparc/types.hh   Sun Jan 17 18:27:46 2016 -0800
@@ -43,8 +43,6 @@
 
 typedef GenericISA::DelaySlotUPCState<MachInst> PCState;
 
-typedef Twin64_t LargestRead;
-
 }
 
 #endif
diff -r 72046b9b3323 -r b3f2de9ff2bd src/arch/x86/registers.hh
--- a/src/arch/x86/registers.hh Sun Jan 17 18:27:46 2016 -0800
+++ b/src/arch/x86/registers.hh Sun Jan 17 18:27:46 2016 -0800
@@ -91,8 +91,6 @@
 
 typedef uint64_t IntReg;
 typedef uint64_t CCReg;
-//XXX Should this be a 128 bit structure for XMM memory ops?
-typedef uint64_t LargestRead;
 typedef uint64_t MiscReg;
 
 //These floating point types are correct for mmx, but not
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to