configs: pull out cache configuration code from se.py and fs.py.
authorLisa Hsu <Lisa.Hsu@amd.com>
Thu, 25 Feb 2010 18:13:40 +0000 (10:13 -0800)
committerLisa Hsu <Lisa.Hsu@amd.com>
Thu, 25 Feb 2010 18:13:40 +0000 (10:13 -0800)
commita70f70ccbff28e80f247507204fa3d1eff8b1baf
tree876ca766760cc1a96b40317858c84e2167bbfd5d
parentee20a7c0bddf1f2a1913ddb176910bdce4c13b9c
configs: pull out cache configuration code from se.py and fs.py.
Most of these frontend configurations share cache configuration code, pull it out so that
changes to caches don't have to require changing multiple config files.
configs/common/CacheConfig.py [new file with mode: 0644]
configs/example/fs.py
configs/example/se.py