changeset e7c9353aa537 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=e7c9353aa537
description:
        arm: Enable LPAE support by default

        LPAE has been tested with Linux 4.4 and seems to work just fine. Let's
        enable it by default.

        Change-Id: Id88c6e3c91ae9c353279d42f2aa1f8a78485bd32
        Signed-off-by: Andreas Sandberg <andreas.sandb...@arm.com>
        Reviewed-by: Gabor Dozsa <gabor.do...@arm.com>

diffstat:

 src/arch/arm/ArmSystem.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 55256a05d9e9 -r e7c9353aa537 src/arch/arm/ArmSystem.py
--- a/src/arch/arm/ArmSystem.py Tue May 31 12:14:37 2016 +0100
+++ b/src/arch/arm/ArmSystem.py Tue May 31 12:14:40 2016 +0100
@@ -63,7 +63,7 @@
         "True if Security Extensions are implemented")
     have_virtualization = Param.Bool(False,
         "True if Virtualization Extensions are implemented")
-    have_lpae = Param.Bool(False, "True if LPAE is implemented")
+    have_lpae = Param.Bool(True, "True if LPAE is implemented")
     highest_el_is_64 = Param.Bool(False,
         "True if the register width of the highest implemented exception level 
"
         "is 64 bits (ARMv8)")
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to