Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

lguest: remove unused "wake" element from struct lguest

parent 25c47bb3
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -74,9 +74,6 @@ struct lguest
	u32 pgdidx;
	u32 pgdidx;
	struct pgdir pgdirs[4];
	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 noirq_start, noirq_end;
	unsigned long pending_notify; /* pfn from LHCALL_NOTIFY */
	unsigned long pending_notify; /* pfn from LHCALL_NOTIFY */