Go to file
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
arch Merge 2003-10-14 16:53:52 -04:00
base try to get everything to compile correctly again 2003-10-14 18:04:20 -04:00
cpu Merge 2003-10-14 16:53:52 -04:00
dev Split up kernel.cc into separate files for dump_mbuf and printf 2003-10-13 17:24:27 -04:00
docs Try to get the correct license on various files 2003-10-13 02:00:47 -04:00
kern/tru64 try to get everything to compile correctly again 2003-10-14 18:04:20 -04:00
sim Merge 2003-10-14 16:53:52 -04:00
test Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
util Add m5 emacs style file. 2003-10-13 08:04:38 -07:00
Doxyfile Move documentation pages from html into doxygen. Update Doxyfile to support BitKeeper 2003-10-07 14:54:10 -04:00
LICENSE Import changeset 2003-10-07 10:41:54 -04:00