Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[sfrench/cifs-2.6.git] / arch / arm64 / include / asm / esr.h
index e7d8e281ff62f7780bf2bae77788c7e237a9887b..8cabd57b634832ca7c4df7d8fee39549233167dd 100644 (file)
@@ -84,6 +84,7 @@
 #define ESR_ELx_WNR            (UL(1) << 6)
 
 /* Shared ISS field definitions for Data/Instruction aborts */
+#define ESR_ELx_FnV            (UL(1) << 10)
 #define ESR_ELx_EA             (UL(1) << 9)
 #define ESR_ELx_S1PTW          (UL(1) << 7)