mm: fix pfn_t vs highmem
[deliverable/linux.git] / include / linux / pfn.h
index 2d8e49711b6392a591ee352b12c162096d4c89f6..1132953235c0708bd87e1b9eea777bb705f54cb3 100644 (file)
@@ -10,7 +10,7 @@
  * backing is indicated by flags in the high bits of the value.
  */
 typedef struct {
-       unsigned long val;
+       u64 val;
 } pfn_t;
 #endif
 
This page took 0.025446 seconds and 5 git commands to generate.