lift FnEvents and and Binning stuff out of LinuxSystem into commonn places with Tru64.
authorLisa Hsu <hsul@eecs.umich.edu>
Tue, 18 May 2004 17:53:11 +0000 (13:53 -0400)
committerLisa Hsu <hsul@eecs.umich.edu>
Tue, 18 May 2004 17:53:11 +0000 (13:53 -0400)
commitf42b13afc158794bc7ddc3e0376c264dc15235a3
tree48ddb5178dcf3ba62919d4d6dc2de0c82f38fe7e
parenta0ccdf8aba8f71c8d66c03f5c6907d0a3c2e091f
lift FnEvents and and Binning stuff out of LinuxSystem into commonn places with Tru64.

kern/linux/linux_system.cc:
    add binned_fns parameter to System, remove nonLinux events from LinuxSystem, fix ~LinuxSystem() by adding delete of some things that need to be deleted.
kern/linux/linux_system.hh:
    fix header file to go with linux_system.cc, removing nonLinux events and adding binned_fns param.
kern/tru64/tru64_system.cc:
    add somme consistency by having having binned_fns be _binned_fns in the Tru64System arg list.

--HG--
extra : convert_revision : b2ec0c1614e185aafa177c220b91d1f6a4fe6876
kern/linux/linux_system.cc
kern/linux/linux_system.hh
kern/tru64/tru64_system.cc