unicore32-softmmu: Make sure that kernel can access user space
authorGuan Xuetao <gxt@mprc.pku.edu.cn>
Fri, 10 Aug 2012 06:42:26 +0000 (14:42 +0800)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 11 Aug 2012 09:36:58 +0000 (09:36 +0000)
commitef03168a8536f4427ab24a1fc43638dfbecc1bf8
treeca3a8a5fc24f01409a927e89c62221f578f4d1f6
parentf3ccc32369532e8a069ea5b7ee201b75e668deab
unicore32-softmmu: Make sure that kernel can access user space

As a matter of course, we need to access user space in kernel code,
so we need to correct load/store decoders to indicate correct memory
region.

Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-unicore32/translate.c