mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 14:17:43 +00:00
parisc: remove unused variable 'compat_val'
clean up after commit 6e26aab98c
(switch to generic sigaltstack)
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
48139f8695
commit
850df98434
1 changed files with 0 additions and 1 deletions
|
@ -242,7 +242,6 @@ setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info,
|
|||
unsigned long haddr, sigframe_size;
|
||||
int err = 0;
|
||||
#ifdef CONFIG_64BIT
|
||||
compat_int_t compat_val;
|
||||
struct compat_rt_sigframe __user * compat_frame;
|
||||
compat_sigset_t compat_set;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue