aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xen/include/asm-arm/paging.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/include/asm-arm/paging.h b/xen/include/asm-arm/paging.h
index 3d7dd95825..fe1f203cce 100644
--- a/xen/include/asm-arm/paging.h
+++ b/xen/include/asm-arm/paging.h
@@ -1,8 +1,8 @@
#ifndef _XEN_PAGING_H
#define _XEN_PAGING_H
-#define paging_mode_translate(d) (0)
-#define paging_mode_external(d) (0)
+#define paging_mode_translate(d) (1)
+#define paging_mode_external(d) (1)
#endif /* XEN_PAGING_H */