python: Import reduce function in FileSystemConfig
authorJason Lowe-Power <jason@lowepower.com>
Thu, 6 Aug 2020 23:43:08 +0000 (16:43 -0700)
committerJason Lowe-Power <power.jg@gmail.com>
Tue, 1 Sep 2020 00:14:08 +0000 (00:14 +0000)
commit3a76c38d771a8a7bb2a512a43edf87208b887094
tree88229dd896a8d2a30587abfb539dddda32b6f7fd
parent9d8229c0f1c223547ccf80a32537408103fd37e9
python: Import reduce function in FileSystemConfig

Not sure if this is required due to python3 or something else, but I got
the error "NameError: name 'reduce' is not defined". This fixes that
error.

Change-Id: I2dd71674306abcad1a90311664b18b9eee29b9ac
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/32374
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
configs/common/FileSystemConfig.py