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

Commit 29a6c25b authored by Eric W. Biederman's avatar Eric W. Biederman Committed by Andi Kleen
Browse files

[PATCH] Fix gdt table size in trampoline.S



Allows easier extension of the GDT by using the proper C symbol
for the size in the descriptor.

Signed-off-by: default avatarEric W. Biederman <ebiederm@xmission.com>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent 8d379dad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ idt_48:
	.word	0, 0			# idt base = 0L

gdt_48:
	.short	__KERNEL32_CS + 7	# gdt limit
	.short	GDT_ENTRIES*8 - 1	# gdt limit
	.long	cpu_gdt_table-__START_KERNEL_map

.globl trampoline_end