From 06f4b521aa3ab32fbde45c97568bd84d218921d6 Mon Sep 17 00:00:00 2001 From: Mitch Hayenga Date: Thu, 9 Oct 2014 17:51:58 -0400 Subject: cpu: Remove Ozone CPU from the source tree The Ozone CPU is now very much out of date and completely non-functional, with no one actively working on restoring it. It is a source of confusion for new users who attempt to use it before realizing its current state. RIP --- src/cpu/checker/cpu_impl.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/checker') diff --git a/src/cpu/checker/cpu_impl.hh b/src/cpu/checker/cpu_impl.hh index b64e1bff1..289861521 100644 --- a/src/cpu/checker/cpu_impl.hh +++ b/src/cpu/checker/cpu_impl.hh @@ -410,7 +410,7 @@ Checker::verify(DynInstPtr &completed_inst) if (FullSystem) { // @todo: Determine if these should happen only if the // instruction hasn't faulted. In the SimpleCPU case this may - // not be true, but in the O3 or Ozone case this may be true. + // not be true, but in the O3 case this may be true. Addr oldpc; int count = 0; do { -- cgit v1.2.3