From ec20ee2f7cdaff22e63a5ae492f925d0d4839849 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 28 Jan 2012 07:24:34 -0800 Subject: SE/FS: Make SE vs. FS mode a runtime parameter. --- configs/splash2/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/splash2/run.py') diff --git a/configs/splash2/run.py b/configs/splash2/run.py index 200eb191d..8a9b815e6 100644 --- a/configs/splash2/run.py +++ b/configs/splash2/run.py @@ -225,7 +225,7 @@ for cpu in cpus: # Define the root # ---------------------- -root = Root(system = system) +root = Root(full_system = False, system = system) # -------------------- # Pick the correct Splash2 Benchmarks -- cgit v1.2.3