commit | 2f2984eb4afb2a4298e3186cb49cc7e88dd6d929 | [log] [tgz] |
---|---|---|
author | Zachary Amsden <zach@vmware.com> | Sat Sep 03 15:56:38 2005 -0700 |
committer | Linus Torvalds <torvalds@evo.osdl.org> | Mon Sep 05 00:06:11 2005 -0700 |
tree | 213dfa4726dd010b226fbfffac9da0fbe140b3fe | |
parent | 4d37e7e3fd851428dede4d05d3e69d03795a744a [diff] |
[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 <zach@vmware.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>