OSDN Git Service

target-cris: Remove unnecessary ifdef from mmu.c
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Feb 2016 10:54:10 +0000 (10:54 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Feb 2016 14:29:26 +0000 (14:29 +0000)
commit70e6b879d7d7c0aa1740e4d574c82b499a8b1343
treec96714895b01115007e7ac54e4fc815040edc9da
parent74c0e4744103652764cdf564849239b8dd426f15
target-cris: Remove unnecessary ifdef from mmu.c

mmu.c is only built for CONFIG_SOFTMMU targets, so there is
no need to redundantly surround the whole file contents with
an #ifndef CONFIG_USER_ONLY. The ifdef also confuses the
Coccinelle tool.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
target-cris/mmu.c