gem5/src
Lisa Hsu c55a467a06 make BaseCPU the provider of _cpuId, and cpuId() instead of being scattered
across the subclasses. generally make it so that member data is _cpuId and
accessor functions are cpuId(). The ID val comes from the python (default -1 if
none provided), and if it is -1, the index of cpuList will be given. this has
passed util/regress quick and se.py -n4 and fs.py -n4 as well as standard
switch.
2008-11-02 21:56:57 -05:00
..
arch make BaseCPU the provider of _cpuId, and cpuId() instead of being scattered 2008-11-02 21:56:57 -05:00
base cprintf: properly deal with pointer types 2008-10-10 21:45:35 -07:00
cpu make BaseCPU the provider of _cpuId, and cpuId() instead of being scattered 2008-11-02 21:56:57 -05:00
dev need to add packet_access.hh in order to get tempalte definition 2008-10-16 22:22:47 -07:00
doxygen Fix up doxygen. 2006-08-14 19:25:07 -04:00
kern style: Make a style pass over the whole arch/alpha directory. 2008-09-27 21:03:48 -07:00
mem s/cpu_id/cpuId in o3 (to be consistent and match style), also fix some typos in 2008-10-23 16:49:17 -04:00
python Checkpointing: createCountedDrain function, it was only returning an Event, which does not expose a setCount method to Python. 2008-10-27 19:46:01 -04:00
sim make BaseCPU the provider of _cpuId, and cpuId() instead of being scattered 2008-11-02 21:56:57 -05:00
unittest cprintf: properly deal with pointer types 2008-10-10 21:45:35 -07:00
Doxyfile Fix up doxygen. 2006-08-14 19:25:07 -04:00
SConscript swig: Add in a %rename to allow the same name to appear in multiple namespaces. 2008-10-10 21:45:34 -07:00