37c37
< cpus = [ AtomicSimpleCPU() for i in xrange(2) ]
---
> cpus = [ AtomicSimpleCPU(cpu_id=i) for i in xrange(2) ]