projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a325aa
)
microblaze: Remove unused variable from ptrace
author
Michal Simek
<monstr@monstr.eu>
Wed, 7 Apr 2010 09:44:00 +0000
(11:44 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Wed, 7 Apr 2010 13:47:55 +0000
(15:47 +0200)
Patch
b3c1e01a09d6af2dd7811a066ffcfc5171be2bed
should do it.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/ptrace.c
patch
|
blob
|
history
diff --git
a/arch/microblaze/kernel/ptrace.c
b/arch/microblaze/kernel/ptrace.c
index 6d6349a145f9dd938b83176a5197d3e4a608afa3..a4a7770c61402b17a8b488c35eb0f2c889ac1eee 100644
(file)
--- a/
arch/microblaze/kernel/ptrace.c
+++ b/
arch/microblaze/kernel/ptrace.c
@@
-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. */