Config: Fix fs.py's call to CacheConfig.config_cache.
This commit is contained in:
parent
f0b4259e98
commit
b1cbd7841a
1 changed files with 2 additions and 2 deletions
|
@ -121,10 +121,10 @@ if options.kernel is not None:
|
|||
if options.script is not None:
|
||||
test_sys.readfile = options.script
|
||||
|
||||
CacheConfig.config_cache(options, system)
|
||||
|
||||
test_sys.cpu = [TestCPUClass(cpu_id=i) for i in xrange(np)]
|
||||
|
||||
CacheConfig.config_cache(options, test_sys)
|
||||
|
||||
if options.caches or options.l2cache:
|
||||
test_sys.bridge.filter_ranges_a=[AddrRange(0, Addr.max)]
|
||||
test_sys.bridge.filter_ranges_b=[AddrRange(0, size='8GB')]
|
||||
|
|
Loading…
Reference in a new issue