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

Commit afe73824 authored by Jan Beulich's avatar Jan Beulich Committed by Ingo Molnar
Browse files

x86-64: eliminate dead code



Signed-off-by: default avatarJan Beulich <jbeulich@novell.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 17b74627
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -7,14 +7,9 @@
/*
 * The x86 doesn't have a mmu context, but
 * we put the segment information here.
 *
 * cpu_vm_mask is used to optimize ldt flushing.
 */
typedef struct {
	void *ldt;
#ifdef CONFIG_X86_64
	rwlock_t ldtlock;
#endif
	int size;
	struct mutex lock;
	void *vdso;