diff options
Diffstat (limited to 'kernel/signal.c')
-rw-r--r-- | kernel/signal.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kernel/signal.c b/kernel/signal.c index 5d4b05a229a6..6ea13c09ae56 100644 --- a/kernel/signal.c +++ b/kernel/signal.c | |||
@@ -33,6 +33,8 @@ | |||
33 | #include <linux/uprobes.h> | 33 | #include <linux/uprobes.h> |
34 | #include <linux/compat.h> | 34 | #include <linux/compat.h> |
35 | #include <linux/cn_proc.h> | 35 | #include <linux/cn_proc.h> |
36 | #include <linux/compiler.h> | ||
37 | |||
36 | #define CREATE_TRACE_POINTS | 38 | #define CREATE_TRACE_POINTS |
37 | #include <trace/events/signal.h> | 39 | #include <trace/events/signal.h> |
38 | 40 | ||
@@ -3618,7 +3620,7 @@ SYSCALL_DEFINE3(sigsuspend, int, unused1, int, unused2, old_sigset_t, mask) | |||
3618 | } | 3620 | } |
3619 | #endif | 3621 | #endif |
3620 | 3622 | ||
3621 | __attribute__((weak)) const char *arch_vma_name(struct vm_area_struct *vma) | 3623 | __weak const char *arch_vma_name(struct vm_area_struct *vma) |
3622 | { | 3624 | { |
3623 | return NULL; | 3625 | return NULL; |
3624 | } | 3626 | } |