From e3d5588ca70c88318c1e41e438102034c92c561e Mon Sep 17 00:00:00 2001 From: Kevin Lim Date: Fri, 19 May 2006 15:53:17 -0400 Subject: O3 code update/cleanup. cpu/o3/commit_impl.hh: O3 code update/cleanup. Fetch fault code no longer needed (see previous checkin). --HG-- extra : convert_revision : f602e7f978e19b8900dce482f38f9c7a195e94da --- cpu/o3/bpred_unit.hh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'cpu/o3/bpred_unit.hh') diff --git a/cpu/o3/bpred_unit.hh b/cpu/o3/bpred_unit.hh index ee7ffc183..b7814b2e9 100644 --- a/cpu/o3/bpred_unit.hh +++ b/cpu/o3/bpred_unit.hh @@ -43,12 +43,7 @@ /** * Basically a wrapper class to hold both the branch predictor - * and the BTB. Right now I'm unsure of the implementation; it would - * be nicer to have something closer to the CPUPolicy or the Impl where - * this is just typedefs, but it forces the upper level stages to be - * aware of the constructors of the BP and the BTB. The nicer thing - * to do is have this templated on the Impl, accept the usual Params - * object, and be able to call the constructors on the BP and BTB. + * and the BTB. */ template class TwobitBPredUnit -- cgit v1.2.3