Split up kernel.cc into separate files for dump_mbuf and printf
authorNathan Binkert <binkertn@umich.edu>
Mon, 13 Oct 2003 21:24:27 +0000 (17:24 -0400)
committerNathan Binkert <binkertn@umich.edu>
Mon, 13 Oct 2003 21:24:27 +0000 (17:24 -0400)
commitf94ff9ace556d9aa1ac9d00b8b1dbc73e161d213
tree353724806826d4faa7ad8c6b6b9f0ab658936dbb
parent2471c214bf85b1c0342f222a1a85ace110d76d16
Split up kernel.cc into separate files for dump_mbuf and printf

cpu/exec_context.hh:
dev/alpha_console.cc:
sim/system.cc:
sim/system.hh:
    Convert from fixed array to a vector
arch/alpha/arguments.hh:
    now that CopyData and CopyString are in vtophys.hh, this
    include is not necessary
arch/alpha/vtophys.hh:
    Include isa_traits.hh for Addr
cpu/pc_event.cc:
    Temporarily get this working while we're changing things

--HG--
extra : convert_revision : 9a7597b7bd5d050819766f8edf7a02f28447b9ca
arch/alpha/arguments.hh
arch/alpha/vtophys.hh
cpu/exec_context.hh
cpu/pc_event.cc
dev/alpha_console.cc
kern/tru64/dump_mbuf.cc [new file with mode: 0644]
kern/tru64/mbuf.hh [new file with mode: 0644]
kern/tru64/printf.cc [new file with mode: 0644]
sim/system.cc
sim/system.hh