| Submitter | Bryan Wu |
|---|---|
| Date | Feb. 3, 2010, 1:34 a.m. |
| Message ID | <1265160899-12429-1-git-send-email-bryan.wu@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/44332/ |
| State | Accepted |
| Delegated to: | Andy Whitcroft |
| Headers | show |
Comments
Applied to Lucid. -apw
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
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(-)