18 lines
530 B
Diff
18 lines
530 B
Diff
include/linux/compat.h | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/include/linux/compat.h b/include/linux/compat.h
|
|
index 41c9f6515f46..7e05fcee75a1 100644
|
|
--- a/include/linux/compat.h
|
|
+++ b/include/linux/compat.h
|
|
@@ -561,5 +561,9 @@ asmlinkage ssize_t compat_sys_process_vm_writev(compat_pid_t pid,
|
|
unsigned long liovcnt, const struct compat_iovec __user *rvec,
|
|
unsigned long riovcnt, unsigned long flags);
|
|
|
|
+#else
|
|
+
|
|
+#define is_compat_task() (0)
|
|
+
|
|
#endif /* CONFIG_COMPAT */
|
|
#endif /* _LINUX_COMPAT_H */
|