On 19 November 2010 15:36, Peter Maydell <peter.mayd...@linaro.org> wrote: > In linux-user mode, the XScale/iWMMXT coprocessors must be enabled > at reset so that we can run code that uses these instructions. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
This patch fixes the same issue as this patch submitted by Lars Munch back in May: http://patchwork.ozlabs.org/patch/51970/ but I preferred to put the enabling of the XScale coprocessors in the same part of the code as the existing enabling of the VFP for linux-user mode. -- PMM