diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2003-10-19 17:30:26 -0700 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2003-10-19 17:30:26 -0700 |
commit | f951b00d89c716906069160ab21a6d4b6f7e4d6f (patch) | |
tree | 20b9ec386e1fc321d900f4c296bf5a2572e9f290 /cpu/base_cpu.hh | |
parent | 83d32482dc126d028399ca6701642047f28276dd (diff) | |
download | gem5-f951b00d89c716906069160ab21a6d4b6f7e4d6f.tar.xz |
Get rid of obsolete code, most of it '#if 0'ed anyway.
Mostly vestiges of Dave's long-gone instruction prefetching stuff.
arch/alpha/isa_traits.hh:
Delete unused extractInstructionPrefetchTarget().
base/inifile.cc:
Delete '#if 0' code
cpu/base_cpu.hh:
Delete unused filterThisInstructionPrefetch() function.
cpu/exetrace.hh:
Delete '#if 0' code (obsolete flags).
--HG--
extra : convert_revision : c8317f56ba0a0e568daa785825ee938584987bed
Diffstat (limited to 'cpu/base_cpu.hh')
-rw-r--r-- | cpu/base_cpu.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpu/base_cpu.hh b/cpu/base_cpu.hh index 5946ced2f..e5d9df6de 100644 --- a/cpu/base_cpu.hh +++ b/cpu/base_cpu.hh @@ -120,9 +120,6 @@ class BaseCPU : public SimObject System *system; #endif - virtual bool filterThisInstructionPrefetch(int thread_number, - short asid, Addr prefetchTarget) const { return true; } - /** * Return pointer to CPU's branch predictor (NULL if none). * @return Branch predictor pointer. |