Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / include / linux / mmzone.h
index c11b7cde81efae9d9b57e266f531d4f1fd0d0592..8f9c9590a42cfd646e4394d220a9da4d3559aa70 100644 (file)
@@ -205,7 +205,10 @@ enum node_stat_item {
        NR_KERNEL_SCS_KB,       /* measured in KiB */
 #endif
        NR_PAGETABLE,           /* used for pagetables */
-       NR_SECONDARY_PAGETABLE, /* secondary pagetables, e.g. KVM pagetables */
+       NR_SECONDARY_PAGETABLE, /* secondary pagetables, KVM & IOMMU */
+#ifdef CONFIG_IOMMU_SUPPORT
+       NR_IOMMU_PAGES,         /* # of pages allocated by IOMMU */
+#endif
 #ifdef CONFIG_SWAP
        NR_SWAPCACHE,
 #endif