arm,dev: remove PMU assertion hit on reset
Review Request #3379 - Created March 15, 2016 and submitted
| Information | |
|---|---|
| Bjoern A. Zeeb | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
| andysan | |
arm,dev: remove PMU assertion hit on reset
Remve the assertion that we always need to add a delta larger than
zero as that does not seem to be true when we hit it in the
"PMU reset cycle counter to zero" case.
I'm a bit surprised that this assert triggers -- in most cases, we shuldn't call the probes unless there is an event happening. I can see how it would be useful to be able to add 0 since it potentially means that PMU hooks can be a bit cleaner.
