commit | 197bff630ae586252d24b3595c54f8f9b712610a | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Oct 25 14:10:30 2007 +1000 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Oct 25 14:10:30 2007 +1000 |
tree | 1ec21fd0b688f9a483a8abe82514a24a467d582d | |
parent | 25c47bb35355c1e1b2ae325b49441b2c8b201ece [diff] |
lguest: remove unused "wake" element from struct lguest Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
diff --git a/drivers/lguest/lg.h b/drivers/lguest/lg.h index d9144be..0c74ac4 100644 --- a/drivers/lguest/lg.h +++ b/drivers/lguest/lg.h
@@ -74,9 +74,6 @@ 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 */