systemc: Remove a redundant call to update() from the kernel object.
authorGabe Black <gabeblack@google.com>
Fri, 7 Sep 2018 22:22:18 +0000 (15:22 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 9 Oct 2018 21:40:41 +0000 (21:40 +0000)
commit09432ca3cd5372bae3a4f041049ea181ddb7db31
tree8d9e24be92317f6e886a8d01d46018388e5c48a3
parent9adc0f8f39d60d26c0b316bed4803df478a78b88
systemc: Remove a redundant call to update() from the kernel object.

The t0Handler runs the scheduler's initPhase function which has a call
to update built into it. There's no reason to call that within one of
the kernel's callbacks as well.

Change-Id: I02c755b7d53f93accdacf8149cc1988d7a6e214c
Reviewed-on: https://gem5-review.googlesource.com/c/12604
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/core/kernel.cc