These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / target-cris / mmu.c
index 1c95a41..4278d2d 100644 (file)
@@ -18,8 +18,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef CONFIG_USER_ONLY
-
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "mmu.h"
 
@@ -360,4 +359,3 @@ int cris_mmu_translate(struct cris_mmu_result *res,
        env->pregs[PR_SRS] = old_srs;
        return miss;
 }
-#endif