diff options
Diffstat (limited to 'arch/parisc/kernel')
-rw-r--r-- | arch/parisc/kernel/signal32.c | 2 | ||||
-rw-r--r-- | arch/parisc/kernel/signal32.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/parisc/kernel/signal32.c b/arch/parisc/kernel/signal32.c index 6c6a271a6140..984abbee71ca 100644 --- a/arch/parisc/kernel/signal32.c +++ b/arch/parisc/kernel/signal32.c | |||
@@ -319,7 +319,7 @@ copy_siginfo_from_user32 (siginfo_t *to, compat_siginfo_t __user *from) | |||
319 | } | 319 | } |
320 | 320 | ||
321 | int | 321 | int |
322 | copy_siginfo_to_user32 (compat_siginfo_t __user *to, siginfo_t *from) | 322 | copy_siginfo_to_user32 (compat_siginfo_t __user *to, const siginfo_t *from) |
323 | { | 323 | { |
324 | compat_uptr_t addr; | 324 | compat_uptr_t addr; |
325 | compat_int_t val; | 325 | compat_int_t val; |
diff --git a/arch/parisc/kernel/signal32.h b/arch/parisc/kernel/signal32.h index 72ab41a51f32..af51d4ccee42 100644 --- a/arch/parisc/kernel/signal32.h +++ b/arch/parisc/kernel/signal32.h | |||
@@ -34,7 +34,7 @@ struct compat_ucontext { | |||
34 | 34 | ||
35 | /* ELF32 signal handling */ | 35 | /* ELF32 signal handling */ |
36 | 36 | ||
37 | int copy_siginfo_to_user32 (compat_siginfo_t __user *to, siginfo_t *from); | 37 | int copy_siginfo_to_user32 (compat_siginfo_t __user *to, const siginfo_t *from); |
38 | int copy_siginfo_from_user32 (siginfo_t *to, compat_siginfo_t __user *from); | 38 | int copy_siginfo_from_user32 (siginfo_t *to, compat_siginfo_t __user *from); |
39 | 39 | ||
40 | /* In a deft move of uber-hackery, we decide to carry the top half of all | 40 | /* In a deft move of uber-hackery, we decide to carry the top half of all |