]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - arch/powerpc/kernel/compat_audit.c
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / powerpc / kernel / compat_audit.c
index 640d4bb29321b5b20a074e5491aeaada69b021e2..55c6ccda0a85daa9ce41f2b2aeb063a6c998ee73 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #undef __powerpc64__
 #include <asm/unistd.h>
 
@@ -21,6 +22,11 @@ unsigned ppc32_read_class[] = {
 ~0U
 };
 
+unsigned ppc32_signal_class[] = {
+#include <asm-generic/audit_signal.h>
+~0U
+};
+
 int ppc32_classify_syscall(unsigned syscall)
 {
        switch(syscall) {