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~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fdf08b5bf8d449cc9897395895157c6ff8ddc41;p=pandora-kernel.git x86: unify and correct the GDT_ENTRY() macro 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