x86: replace function headers by macros.
authorGlauber Costa <gcosta@redhat.com>
Tue, 24 Jun 2008 19:56:30 +0000 (16:56 -0300)
committerIngo Molnar <mingo@elte.hu>
Wed, 9 Jul 2008 07:14:10 +0000 (09:14 +0200)
commit766ed4282114eab616741107745b0dd11075e496
tree70327f17da3cf94adfd9a99230b4e1110f1464ca
parent663aa96df32af9c4141ef3179282f95c7537643a
x86: replace function headers by macros.

In putuser_64.S, do it the i386 way, and replace the code
in beginning and end of functions with macros, since it's
always the same thing. Save lines.

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/lib/putuser_64.S