diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2012-10-26 06:42:43 -0400 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2012-10-26 06:42:43 -0400 |
commit | 7cd01cf769fbdeec7f5e90b9b8147beb7201ddfe (patch) | |
tree | 1d1919abe74e9cc1cc7dd2ab44a5807a8de4c5aa /configs/example | |
parent | 651de2d9af8ac628b69b40812ff036231da40ae3 (diff) | |
download | gem5-7cd01cf769fbdeec7f5e90b9b8147beb7201ddfe.tar.xz |
config: Remove unused mem_size in fs.py
This patch removes a segment of dead code that is never used.
Diffstat (limited to 'configs/example')
-rw-r--r-- | configs/example/fs.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configs/example/fs.py b/configs/example/fs.py index ddba8554a..10bed7499 100644 --- a/configs/example/fs.py +++ b/configs/example/fs.py @@ -117,10 +117,6 @@ test_sys.init_param = options.init_param test_sys.cpu = [TestCPUClass(cpu_id=i) for i in xrange(np)] -if bm[0]: - mem_size = bm[0].mem() -else: - mem_size = SysConfig().mem() if options.caches or options.l2cache: test_sys.iocache = IOCache(clock = '1GHz', addr_ranges=[test_sys.physmem.range]) |