]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/extable.h
mm: clean up and clarify lruvec lookup procedure
[linux.git] / include / linux / extable.h
index 81ecfaa83ad3457387903d8c0900027464fc9600..4ab9e78f313b7983865a5f6588ecfcb721fcc188 100644 (file)
@@ -33,4 +33,14 @@ search_module_extables(unsigned long addr)
 }
 #endif /*CONFIG_MODULES*/
 
+#ifdef CONFIG_BPF_JIT
+const struct exception_table_entry *search_bpf_extables(unsigned long addr);
+#else
+static inline const struct exception_table_entry *
+search_bpf_extables(unsigned long addr)
+{
+       return NULL;
+}
+#endif
+
 #endif /* _LINUX_EXTABLE_H */