From: Pavel Machek Date: Sat, 25 Jun 2005 21:55:09 +0000 (-0700) Subject: [PATCH] s-t-RAM: load gdt the right way X-Git-Tag: v2.6.13-rc1~68^2~194 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=343c3f642898cb2cb5c3e4f948e3e0a1bbc0351b;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git [PATCH] s-t-RAM: load gdt the right way Sleep code uses wrong version of lgdt, that does the wrong thing when gdt is beyond 16MB or so. Signed-off-by: Pavel Machek Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/x86_64/kernel/acpi/wakeup.S b/arch/x86_64/kernel/acpi/wakeup.S index a4c6300..185faa9 100644 --- a/arch/x86_64/kernel/acpi/wakeup.S +++ b/arch/x86_64/kernel/acpi/wakeup.S @@ -67,7 +67,7 @@ wakeup_code: shll $4, %eax addl $(gdta - wakeup_code), %eax movl %eax, gdt_48a +2 - wakeup_code - lgdt %ds:gdt_48a - wakeup_code # load gdt with whatever is + lgdtl %ds:gdt_48a - wakeup_code # load gdt with whatever is # appropriate movl $1, %eax # protected mode (PE) bit