linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / ia64 / ia32 / ia32priv.h
index ccb98ed..68ceb4e 100644 (file)
@@ -29,9 +29,9 @@
 struct partial_page {
        struct partial_page     *next; /* linked list, sorted by address */
        struct rb_node          pp_rb;
-       /* 64K is the largest "normal" page supported by ia64 ABI. So 4K*64
+       /* 64K is the largest "normal" page supported by ia64 ABI. So 4K*32
         * should suffice.*/
-       unsigned long           bitmap;
+       unsigned int            bitmap;
        unsigned int            base;
 };