mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
microblaze: Remove unused variable from ptrace
Patch b3c1e01a09
should do it.
Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
7a325aa26c
commit
af2b021fd6
@ -75,7 +75,6 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data)
|
||||
{
|
||||
int rval;
|
||||
unsigned long val = 0;
|
||||
unsigned long copied;
|
||||
|
||||
switch (request) {
|
||||
/* Read/write the word at location ADDR in the registers. */
|
||||
|
Loading…
Reference in New Issue
Block a user