Merged in new FastCPU stuff with existing code.
authorKevin Lim <ktlim@umich.edu>
Fri, 28 May 2004 15:41:52 +0000 (11:41 -0400)
committerKevin Lim <ktlim@umich.edu>
Fri, 28 May 2004 15:41:52 +0000 (11:41 -0400)
commit67b5f6afc10a87a5942d24ad503f3e6b9358580c
tree9cf28cf00687b98d3e818b4a72b8ed583d7061e2
parent4f34dda81cf26340b9446e5a15bbbcd8840b92a2
parenta896960cbfce76a0e0c8cfb5cbdfc805ce72577b
Merged in new FastCPU stuff with existing code.

arch/alpha/ev5.cc:
    Added templatized processInterrupts() function that can be used by all of the CPU models.
arch/alpha/isa_desc:
    Merged in changes to remove CPU dependence.
arch/isa_parser.py:
    Merged in changes.
cpu/static_inst.hh:
    Includes FastCPU execute methods.

--HG--
extra : convert_revision : fcaa1dca35a9b316c73982bec8680df564f50bd8
arch/alpha/ev5.cc
cpu/exec_context.cc
cpu/simple_cpu/simple_cpu.cc
cpu/static_inst.hh