x86, ioremap: Fix incorrect physical address handling in PAE mode
[pandora-kernel.git] / include / linux / vmalloc.h
index 227c2a5..de05e96 100644 (file)
@@ -30,7 +30,7 @@ struct vm_struct {
        unsigned long           flags;
        struct page             **pages;
        unsigned int            nr_pages;
-       unsigned long           phys_addr;
+       phys_addr_t             phys_addr;
        void                    *caller;
 };