From abed02ac3b4747101e028db43c9b871f01286aad Mon Sep 17 00:00:00 2001 From: Paolo Ciarrocchi Date: Fri, 22 Feb 2008 23:09:26 +0100 Subject: [PATCH] --- yaml --- r: 88641 b: refs/heads/master c: 023196a3be708657d828bb139343bceb2c1c9649 h: refs/heads/master i: 88639: 299671c9ec8504fe98180cc31a5f3af29ae0e102 v: v3 --- [refs] | 2 +- trunk/arch/x86/boot/pm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 92632b32d13f..12bcf2aac9c5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1e934dda0c77c8ad13fdda02074f2cfcea118a56 +refs/heads/master: 023196a3be708657d828bb139343bceb2c1c9649 diff --git a/trunk/arch/x86/boot/pm.c b/trunk/arch/x86/boot/pm.c index 1a0f936c160b..a93cb8bded4d 100644 --- a/trunk/arch/x86/boot/pm.c +++ b/trunk/arch/x86/boot/pm.c @@ -100,7 +100,7 @@ static void reset_coprocessor(void) /* * Set up the GDT */ -#define GDT_ENTRY(flags,base,limit) \ +#define GDT_ENTRY(flags, base, limit) \ (((u64)(base & 0xff000000) << 32) | \ ((u64)flags << 40) | \ ((u64)(limit & 0x00ff0000) << 32) | \