projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
651de2d
)
config: Remove unused mem_size in fs.py
author
Andreas Hansson
<andreas.hansson@arm.com>
Fri, 26 Oct 2012 10:42:43 +0000
(06:42 -0400)
committer
Andreas Hansson
<andreas.hansson@arm.com>
Fri, 26 Oct 2012 10:42:43 +0000
(06:42 -0400)
This patch removes a segment of dead code that is never used.
configs/example/fs.py
patch
|
blob
|
history
diff --git
a/configs/example/fs.py
b/configs/example/fs.py
index ddba8554a7e0ad32ba0c9da5b58310455586c55c..10bed7499851da1e1b5489d3c663b076da259ed7 100644
(file)
--- 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])