Merge remote-tracking branch 'omap_dss2/for-next'
[deliverable/linux.git] / arch / arm64 / kernel / asm-offsets.c
index 05070b72fc28c5f27d6c943d3de0ee4518b12d3f..4a2f0f0fef329d81b272c3d7430ee7607cec6d84 100644 (file)
@@ -23,6 +23,7 @@
 #include <linux/dma-mapping.h>
 #include <linux/kvm_host.h>
 #include <linux/suspend.h>
+#include <asm/cpufeature.h>
 #include <asm/thread_info.h>
 #include <asm/memory.h>
 #include <asm/smp_plat.h>
@@ -145,5 +146,6 @@ int main(void)
   DEFINE(HIBERN_PBE_ORIG,      offsetof(struct pbe, orig_address));
   DEFINE(HIBERN_PBE_ADDR,      offsetof(struct pbe, address));
   DEFINE(HIBERN_PBE_NEXT,      offsetof(struct pbe, next));
+  DEFINE(ARM64_FTR_SYSVAL,     offsetof(struct arm64_ftr_reg, sys_val));
   return 0;
 }
This page took 0.069664 seconds and 5 git commands to generate.