mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 01:34:00 +08:00
lguest: remove unused "wake" element from struct lguest
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
25c47bb353
commit
197bff630a
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user