From 3e5bf0c922a88736915f0ea49cf0597d79b8ada1 Mon Sep 17 00:00:00 2001 From: Mitch Hayenga Date: Sat, 20 Sep 2014 17:17:44 -0400 Subject: mem: Remove the GHB prefetcher from the source tree There are two primary issues with this code which make it deserving of deletion. 1) GHB is a way to structure a prefetcher, not a definitive type of prefetcher 2) This prefetcher isn't even structured like a GHB prefetcher. It's basically a worse version of the stride prefetcher. It primarily serves to confuse new gem5 users and most functionality is already present in the stride prefetcher. --- src/mem/cache/prefetch/SConscript | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mem/cache/prefetch/SConscript') diff --git a/src/mem/cache/prefetch/SConscript b/src/mem/cache/prefetch/SConscript index 61291f715..cbb6c7a7a 100644 --- a/src/mem/cache/prefetch/SConscript +++ b/src/mem/cache/prefetch/SConscript @@ -33,7 +33,6 @@ Import('*') SimObject('Prefetcher.py') Source('base.cc') -Source('ghb.cc') Source('stride.cc') Source('tagged.cc') -- cgit v1.2.3