diff options
Diffstat (limited to 'arch/powerpc/kernel/compat_audit.c')
-rw-r--r-- | arch/powerpc/kernel/compat_audit.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/compat_audit.c b/arch/powerpc/kernel/compat_audit.c index 640d4bb29321..108ff14e2122 100644 --- a/arch/powerpc/kernel/compat_audit.c +++ b/arch/powerpc/kernel/compat_audit.c | |||
@@ -21,6 +21,11 @@ unsigned ppc32_read_class[] = { | |||
21 | ~0U | 21 | ~0U |
22 | }; | 22 | }; |
23 | 23 | ||
24 | unsigned ppc32_signal_class[] = { | ||
25 | #include <asm-generic/audit_signal.h> | ||
26 | ~0U | ||
27 | }; | ||
28 | |||
24 | int ppc32_classify_syscall(unsigned syscall) | 29 | int ppc32_classify_syscall(unsigned syscall) |
25 | { | 30 | { |
26 | switch(syscall) { | 31 | switch(syscall) { |