From: H. Peter Anvin Date: Wed, 30 Jan 2008 12:33:04 +0000 (+0100) Subject: x86 setup: correct the base in the GDT_ENTRY() macro X-Git-Tag: v2.6.25-rc1~1143^2~323 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=387faedb1dee2e917811acd05902cc36142a4850;p=pandora-kernel.git x86 setup: correct the base in the GDT_ENTRY() macro The GDT_ENTRY() macro in pm.c would incorrectly cut the bottom 8 bits off the base. We didn't define any bases with the bottom 8 bits nonzero, so it is a non-manifest bug, but it's still a bug. Pointed out by John Smith . Cc: John Smith Signed-off-by: H. Peter Anvin Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed