Commit 197bff63 authored by Rusty Russell's avatar Rusty Russell

lguest: remove unused "wake" element from struct lguest

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 25c47bb3
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment