From: Rusty Russell Date: Wed, 2 May 2007 17:27:10 +0000 (+0200) Subject: [PATCH] i386: Use per-cpu variables for GDT, PDA X-Git-Tag: v2.6.22-rc1~1011^2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae1ee11be77f51cedb6c569887dddc70c163ab6d;p=pandora-kernel.git [PATCH] i386: Use per-cpu variables for GDT, PDA Allocating PDA and GDT at boot is a pain. Using simple per-cpu variables adds happiness (although we need the GDT page-aligned for Xen, which we do in a followup patch). [akpm@linux-foundation.org: build fix] Signed-off-by: Rusty Russell Signed-off-by: Andi Kleen Cc: Andi Kleen Signed-off-by: Andrew Morton --- Reading git-diff-tree failed