diff --git a/[refs] b/[refs] index 548730be2d68..5b1c78376110 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: acd644bb4abb4d9f0ba6b9ec2b356263971ef9d0 +refs/heads/master: 387faedb1dee2e917811acd05902cc36142a4850 diff --git a/trunk/arch/x86/boot/pm.c b/trunk/arch/x86/boot/pm.c index b23cbdc7d547..1a0f936c160b 100644 --- a/trunk/arch/x86/boot/pm.c +++ b/trunk/arch/x86/boot/pm.c @@ -104,7 +104,7 @@ static void reset_coprocessor(void) (((u64)(base & 0xff000000) << 32) | \ ((u64)flags << 40) | \ ((u64)(limit & 0x00ff0000) << 32) | \ - ((u64)(base & 0x00ffff00) << 16) | \ + ((u64)(base & 0x00ffffff) << 16) | \ ((u64)(limit & 0x0000ffff))) struct gdt_ptr {