Whamcloud - gitweb
LU-3974 libcfs: replace num_physpages with totalram_pages
[fs/lustre-release.git] / libcfs / include / libcfs / winnt / portals_utils.h
index 79f7bbf..39ab41f 100644 (file)
@@ -297,8 +297,8 @@ clear_user(void __user *to, unsigned long n)
     0                           \
 )
 
-#define num_physpages               (64 * 1024)
-#define NUM_CACHEPAGES              num_physpages
+#define totalram_pages               (64 * 1024)
+#define NUM_CACHEPAGES              totalram_pages
 
 #else