sim: Check the SimObjectVector.has_parent function to use the "any" function.
authorGabe Black <gabeblack@google.com>
Mon, 25 Sep 2017 22:24:00 +0000 (15:24 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 26 Sep 2017 21:16:54 +0000 (21:16 +0000)
commitbe7ac177c57452ad3268a5d50ba4f7eb15e96279
treeaf269f3577b77fc7c5757c28567729272271cb0f
parent0c5c74c373058c2b1046ead06a40b9bd837c6969
sim: Check the SimObjectVector.has_parent function to use the "any" function.

The existing code was essentially doing the same thing, but in a more
roundabout and obscure way. One difference between the two versions is that
I believe this will stop as soon as it encounters an element without a
parent, where the original version would call has_parent() on all the
elements regardless.

Change-Id: Ia1fef3083fc88fca11f8ecfca453476e33194695
Reviewed-on: https://gem5-review.googlesource.com/4842
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/python/m5/params.py