]> git.proxmox.com Git - mirror_qemu.git/commit
cpu_ldst.h: Don't define helpers if MMU_MODE*_SUFFIX not defined
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Jan 2015 15:19:35 +0000 (15:19 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Jan 2015 15:19:35 +0000 (15:19 +0000)
commitde5ee4a888667ca0a198f0743d70075d70564117
tree3f46b5de6be3f2033fb67b4d93bb031a98d8e69a
parentdb5fd8d709fd57f4d4f11edfca9f421f657f4508
cpu_ldst.h: Don't define helpers if MMU_MODE*_SUFFIX not defined

Not all targets define a full set of suffix strings for the
NB_MMU_MODES that they have. In this situation, don't define any
helper functions for that mode, rather than defining helper functions
with no suffix at all. The MMU mode is still functional; it is merely
not directly accessible via cpu_ld*_MODE from target helper functions.

Also add an "NB_MMU_MODES >= 2" check to the definition of the mode 1
helpers -- some targets only define one MMU mode.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Message-id: 1421432008-6786-1-git-send-email-peter.maydell@linaro.org
include/exec/cpu_ldst.h