From: H. Peter Anvin Date: Thu, 17 Jul 2008 18:29:24 +0000 (-0700) Subject: x86: unify and correct the GDT_ENTRY() macro X-Git-Tag: v2.6.27-rc1~955^2~1^15~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f910d134442f11b5b69edbb7a93e63c3296b3a36;p=pandora-kernel.git x86: unify and correct the GDT_ENTRY() macro Impact: None (cleanup only) Merge the GDT_ENTRY() macro between arch/x86/boot/pm.c and arch/x86/kernel/acpi/sleep.c and put the new one in . While we're at it, correct the bitmasks for the limit and flags. The new version relies on using ULL constants in order to cause type promotion rather than explicit casts; this avoids having to include in . Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed