aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/include/vm.h')
-rw-r--r--sys/powerpc/include/vm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/powerpc/include/vm.h b/sys/powerpc/include/vm.h
index 3af863509908..692bd8fc2d77 100644
--- a/sys/powerpc/include/vm.h
+++ b/sys/powerpc/include/vm.h
@@ -42,4 +42,6 @@
#define VM_MEMATTR_WRITE_THROUGH 0x10
#define VM_MEMATTR_PREFETCHABLE 0x20
+#define VM_MEMATTR_DEVICE VM_MEMATTR_DEFAULT
+
#endif /* !_MACHINE_VM_H_ */