From: Zachary Amsden Date: Sat, 3 Sep 2005 22:56:38 +0000 (-0700) Subject: [PATCH] i386: generate better code around descriptor update and access functions X-Git-Tag: v2.6.14-rc1~854 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f2984eb4afb2a4298e3186cb49cc7e88dd6d929;p=pandora-kernel.git [PATCH] i386: generate better code around descriptor update and access functions GCC can generate better code around descriptor update and access functions when there is not an explicit "eax" register constraint. Testing: You won't boot if this is messed up, since the TSS descriptor will be corrupted. Verified the assembler and booted. Signed-off-by: Zachary Amsden Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed