ARM: enable XScale/iWMMXT in linux-user mode
commit3a807decfa5245d3eb50c9301e73fc5da4a484e1
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Nov 2010 15:36:47 +0000 (19 15:36 +0000)
committerRiku Voipio <riku.voipio@nokia.com>
Fri, 3 Dec 2010 13:09:39 +0000 (3 15:09 +0200)
treedf7829aa1805c342f32b694c463091d74788c62e
parentf3b974cd3bb624cc7a3004db902b59d599ff016a
ARM: enable XScale/iWMMXT in linux-user mode

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.maydell@linaro.org>
target-arm/helper.c