diff mbox

UBUNTU: [Config] Enable CONFIG_THUMBEE for fsl-imx51 branch

Message ID 1265160899-12429-1-git-send-email-bryan.wu@canonical.com
State Accepted
Delegated to: Andy Whitcroft
Headers show

Commit Message

Bryan Wu Feb. 3, 2010, 1:34 a.m. UTC
As Dave Martin suggested, some ThumbEE based JIT code is to be merged into
openjdk-6 for lucid.

The ThumbEE extension has a small amount of additional per-process context
which will not be switched properly unless CONFIG_ARM_THUMBEE is enabled,
leading to potential instability of user processes which use this extension.

Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
---
 debian.fsl-imx51/config/config.common.ubuntu |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Andy Whitcroft Feb. 3, 2010, 2:05 p.m. UTC | #1
Applied to Lucid.

-apw
diff mbox

Patch

diff --git a/debian.fsl-imx51/config/config.common.ubuntu b/debian.fsl-imx51/config/config.common.ubuntu
index b3b6ccc..c823483 100644
--- a/debian.fsl-imx51/config/config.common.ubuntu
+++ b/debian.fsl-imx51/config/config.common.ubuntu
@@ -104,7 +104,7 @@  CONFIG_ARM=y
 # CONFIG_ARM_ERRATA_458693 is not set
 # CONFIG_ARM_ERRATA_460075 is not set
 CONFIG_ARM_THUMB=y
-# CONFIG_ARM_THUMBEE is not set
+CONFIG_ARM_THUMBEE=y
 # CONFIG_ARM_UNWIND is not set
 # CONFIG_ARPD is not set
 CONFIG_ASK_IP_FIB_HASH=y