Get rid of LVQ-port function unit... only used for redundant
authorSteve Reinhardt <stever@eecs.umich.edu>
Tue, 3 Feb 2004 02:58:23 +0000 (18:58 -0800)
committerSteve Reinhardt <stever@eecs.umich.edu>
Tue, 3 Feb 2004 02:58:23 +0000 (18:58 -0800)
multithreading, which has been gone for a long time.

--HG--
extra : convert_revision : 717d13455483c3adc7b7cbbcc5f7493d51867974

cpu/full_cpu/op_class.hh

index 67ccaabade98e6c5e56d7401290fd16e2b254765..dbaa6624a779bb95e4011174fa4d06cf783b5c46 100644 (file)
@@ -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 */
 };