From: Steve Reinhardt Date: Tue, 3 Feb 2004 02:58:23 +0000 (-0800) Subject: Get rid of LVQ-port function unit... only used for redundant X-Git-Tag: m5_1.0_beta2~161^2~4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=19cc1449609ccd694176d80dff79b92d1402ed14;p=gem5.git Get rid of LVQ-port function unit... only used for redundant multithreading, which has been gone for a long time. --HG-- extra : convert_revision : 717d13455483c3adc7b7cbbcc5f7493d51867974 --- diff --git a/cpu/full_cpu/op_class.hh b/cpu/full_cpu/op_class.hh index 67ccaabad..dbaa6624a 100644 --- a/cpu/full_cpu/op_class.hh +++ b/cpu/full_cpu/op_class.hh @@ -51,7 +51,6 @@ enum OpClass { FloatSQRT, /* floating point square root */ RdPort, /* memory read port */ WrPort, /* memory write port */ - LvqPort, /* load value queue read port (redundant threading) */ IPrefPort, Num_OpClasses /* total functional unit classes */ };