From: Zachary Amsden Date: Fri, 6 Jan 2006 08:11:47 +0000 (-0800) Subject: [PATCH] x86: GDT alignment fix X-Git-Tag: v2.6.16-rc1~936^2~211 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c4cb60e5b97677424e95baee9c29df54b26e6ba;p=pandora-kernel.git [PATCH] x86: GDT alignment fix Make GDT page aligned and page padded to support running inside of a hypervisor. This prevents false sharing of the GDT page with other hot data, which is not allowed in Xen, and causes performance problems in VMware. Rather than go back to the old method of statically allocating the GDT (which wastes unneded space for non-present CPUs), the GDT for APs is allocated dynamically. Signed-off-by: Zachary Amsden Cc: "Seth, Rohit" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed