Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
[cascardo/linux.git] / include / linux / pfn.h
index 2d8e497..1132953 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