diff options
Diffstat (limited to 'include/linux/lguest.h')
| -rw-r--r-- | include/linux/lguest.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/lguest.h b/include/linux/lguest.h index 2fb1dcbcb5aa..9962c6bb1311 100644 --- a/include/linux/lguest.h +++ b/include/linux/lguest.h @@ -59,8 +59,6 @@ struct lguest_data {  	unsigned long reserve_mem;  	/* KHz for the TSC clock. */  	u32 tsc_khz; -	/* Page where the top-level pagetable is */ -	unsigned long pgdir;  /* Fields initialized by the Guest at boot: */  	/* Instruction range to suppress interrupts even if enabled */  |