projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25c47bb
)
lguest: remove unused "wake" element from struct lguest
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 25 Oct 2007 04:10:30 +0000
(14:10 +1000)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 25 Oct 2007 04:10:30 +0000
(14:10 +1000)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/lguest/lg.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/lguest/lg.h
b/drivers/lguest/lg.h
index d9144beca82c2265d5a8a96984ab20249d19c818..0c74ac42cf01df3a1a120a0a224cf3b999f1d9fd 100644
(file)
--- a/
drivers/lguest/lg.h
+++ b/
drivers/lguest/lg.h
@@
-74,9
+74,6
@@
struct lguest
u32 pgdidx;
struct pgdir pgdirs[4];
- /* Cached wakeup: we hold a reference to this task. */
- struct task_struct *wake;
-
unsigned long noirq_start, noirq_end;
unsigned long pending_notify; /* pfn from LHCALL_NOTIFY */