]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mempolicy.h
[PATCH] md: fix a comment that is wrong in raid5.h
[linux-2.6-omap-h63xx.git] / include / linux / mempolicy.h
index 72440f0a443d4869ebbbd68690e662687187cf88..09f0f575ddff947b32ac9cdef5e8f2b07b4dff87 100644 (file)
@@ -162,9 +162,9 @@ extern struct zonelist *huge_zonelist(struct vm_area_struct *vma,
                unsigned long addr);
 extern unsigned slab_node(struct mempolicy *policy);
 
-extern int policy_zone;
+extern enum zone_type policy_zone;
 
-static inline void check_highest_zone(int k)
+static inline void check_highest_zone(enum zone_type k)
 {
        if (k > policy_zone)
                policy_zone = k;