aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/kernel-api.tmpl
diff options
context:
space:
mode:
authorStas Sergeev <stsp@aknet.ru>2009-02-23 19:13:07 +0300
committerH. Peter Anvin <hpa@linux.intel.com>2009-02-23 11:34:04 -0800
commitbda3a89745d7bb88d3e735046c0cdc3d0eb2ac24 (patch)
tree7213ea6999ff7dc6120c7d31fffe8b875a3ee1b8 /Documentation/DocBook/kernel-api.tmpl
parentx86: numa_32.c: fix sparse warning: Using plain integer as NULL pointer (diff)
downloadlinux-dev-bda3a89745d7bb88d3e735046c0cdc3d0eb2ac24.tar.xz
linux-dev-bda3a89745d7bb88d3e735046c0cdc3d0eb2ac24.zip
x86: minor cleanup in the espfix code
Impact: Cleanup Checkin be44d2aabce2d62f72d5751d1871b6212bf7a1c7 eliminates the use of a 16-bit stack for espfix. However, at least one instruction remained that only operated on the low 16 bits of %esp. This is not a bug per se because the kernel stack is always an aligned 4K or 8K block. Therefore it cannot cross 64K boundaries; this code, in fact, relies strictly on that fact. However, it's a lot cleaner (and, for that matter, smaller) to operate on the entire 32-bit register. Signed-off-by: Stas Sergeev <stsp@aknet.ru> CC: Zachary Amsden <zach@vmware.com> CC: Chuck Ebbert <cebbert@redhat.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'Documentation/DocBook/kernel-api.tmpl')
0 files changed, 0 insertions, 0 deletions