Hacks to avoid compiling in old FullCPU model.
authorSteve Reinhardt <stever@eecs.umich.edu>
Sun, 29 Jan 2006 22:35:53 +0000 (17:35 -0500)
committerSteve Reinhardt <stever@eecs.umich.edu>
Sun, 29 Jan 2006 22:35:53 +0000 (17:35 -0500)
commit0e79d188e1437d313f28bf6ee808b92ae0ce03a6
tree5de454c80cb606c0a15bd239656c8d19cc82817f
parent07948528fcd38a3588c819a5176fc4902c0540a5
Hacks to avoid compiling in old FullCPU model.
Needed in the interim until we port the old model over
to the new interface.  Long term we should have a cleaner
solution for controlling which models get compiled in.

SConscript:
    Move old FullCPU source file list to separate full_cpu_sources
    list so we can choose to not include it in compile.
arch/isa_parser.py:
    Hack to avoid generating FullCPU execute files.
    Need a better way to control this.
cpu/exetrace.cc:
    Don't include old FullCPU-specific headers (apparently
    unnecessary anyway--or if not they should be).

--HG--
extra : convert_revision : 00d5a91a9e4d71507404b8c7f4c6e7c7b7ba3853
SConscript
arch/isa_parser.py
cpu/exetrace.cc