]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - include/linux/compat.h
bpf: move tmp variable into ax register in interpreter
[thirdparty/kernel/stable.git] / include / linux / compat.h
index a5619de3437d9b1691b0e707bb2577b075592822..23909d12f729228795bc2b2b415d3e981c978a65 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #ifndef _LINUX_COMPAT_H
 #define _LINUX_COMPAT_H
 /*
@@ -67,6 +68,9 @@ typedef struct compat_sigaltstack {
        compat_size_t                   ss_size;
 } compat_stack_t;
 #endif
+#ifndef COMPAT_MINSIGSTKSZ
+#define COMPAT_MINSIGSTKSZ     MINSIGSTKSZ
+#endif
 
 #define compat_jiffies_to_clock_t(x)   \
                (((unsigned long)(x) * COMPAT_USER_HZ) / HZ)