From 19df4e94ee4f2323e5fe1b915f7e81a6034cfc56 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 26 May 2012 13:45:12 -0700 Subject: ISA,CPU: Generalize and split out the components of the decode cache. This will allow it to be specialized by the ISAs. The existing caching scheme is provided by the BasicDecodeCache in the GenericISA namespace and is built from the generalized components. --HG-- rename : src/cpu/decode_cache.cc => src/arch/generic/decode_cache.cc --- src/cpu/SConscript | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cpu/SConscript') diff --git a/src/cpu/SConscript b/src/cpu/SConscript index 4b327f8a1..e1ba59b8b 100644 --- a/src/cpu/SConscript +++ b/src/cpu/SConscript @@ -108,7 +108,6 @@ SimObject('NativeTrace.py') Source('activity.cc') Source('base.cc') Source('cpuevent.cc') -Source('decode_cache.cc') Source('exetrace.cc') Source('func_unit.cc') Source('inteltrace.cc') -- cgit v1.2.3