]> git.itanic.dy.fi Git - linux-stable/commit
x86-64: slightly stream-line 32-bit syscall entry code
authorJan Beulich <jbeulich@novell.com>
Wed, 7 Oct 2009 21:33:08 +0000 (17:33 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 12 Oct 2009 18:32:51 +0000 (11:32 -0700)
commit0a778acf2aeddbc18ed5eab1fbff10bbbe785e16
tree85399658495d8885f474a54403dca4bdaab1210f
parent0ee31b391059a1e8d46df0afe59b345f425f1224
x86-64: slightly stream-line 32-bit syscall entry code

commit 295286a89107c353b9677bc604361c537fd6a1c0 upstream

x86-64: slightly stream-line 32-bit syscall entry code

[ required for following patch to apply properly ]

Avoid updating registers or memory twice as well as needlessly loading
or copying registers.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Chuck Ebbert <cebbert@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/ia32/ia32entry.S