cpu: remove faulty simpoint basic block inst count assertion
authorDam Sunwoo <dam.sunwoo@arm.com>
Fri, 24 Jan 2014 21:29:29 +0000 (15:29 -0600)
committerDam Sunwoo <dam.sunwoo@arm.com>
Fri, 24 Jan 2014 21:29:29 +0000 (15:29 -0600)
commitf1cd6b1ba8ce66f04793133233ac0135c6b11646
treeea3c6aa36c6fef23211bd52304df5f00d50fe37a
parent37433d91a361a96bb95cc5a745d39ba931c68630
cpu: remove faulty simpoint basic block inst count assertion

This patch removes an assertion in the simpoint profiling code that
asserts that a previously-seen basic block has the exact same number
of instructions executed as before. This can be false if the basic
block generates aborts or takes interrupts at different locations
within the basic block. The basic block profiling are not affected
significantly as these events are rare in general.
src/cpu/simple/atomic.cc