gem5/kern/tru64
Nathan Binkert f8d850195b try to get everything to compile correctly again
base/intmath.hh:
    Don't return -1 in FloorLog2.  That's wierd.  Assert instead.
    If you care about this, you should check for zero yourself.
    Create seprate versions for uint32_t, uint64_t, int32_t, and
    int64_t.  signed vs unsigned so that error checking can be done
    correctly.  32 vs 64 for speed.
    Finally, fix a little bug in CeilLog2 that will make it return
    the correct result for 1.
kern/tru64/tru64_events.cc:
    fix #includes

--HG--
extra : convert_revision : c47915fc417fdc194a5561949a5366ffb266e693
2003-10-14 18:04:20 -04:00
..
dump_mbuf.cc Remove all of the Tru64 specific stuff from the base System object 2003-10-14 12:19:59 -04:00
dump_mbuf.hh Remove all of the Tru64 specific stuff from the base System object 2003-10-14 12:19:59 -04:00
mbuf.hh Split up kernel.cc into separate files for dump_mbuf and printf 2003-10-13 17:24:27 -04:00
printf.cc Remove all of the Tru64 specific stuff from the base System object 2003-10-14 12:19:59 -04:00
printf.hh Remove all of the Tru64 specific stuff from the base System object 2003-10-14 12:19:59 -04:00
tru64.hh Import changeset 2003-10-07 10:41:54 -04:00
tru64_events.cc try to get everything to compile correctly again 2003-10-14 18:04:20 -04:00
tru64_events.hh Remove all of the Tru64 specific stuff from the base System object 2003-10-14 12:19:59 -04:00
tru64_syscalls.cc Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
tru64_syscalls.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
tru64_system.cc Remove all of the Tru64 specific stuff from the base System object 2003-10-14 12:19:59 -04:00
tru64_system.hh Remove all of the Tru64 specific stuff from the base System object 2003-10-14 12:19:59 -04:00