From: Glauber Costa Date: Fri, 13 Jun 2008 19:35:52 +0000 (-0300) Subject: x86: don't clobber r8 nor use rcx. X-Git-Tag: v2.6.27-rc1~1106^2~46^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edf10162b2c5ad78ada8e63e960f9d0949c6c219;p=pandora-kernel.git x86: don't clobber r8 nor use rcx. There's really no reason to clobber r8 or pass the address in rcx. We can safely use only two registers (which we already have to touch anyway) to do the job. Signed-off-by: Glauber Costa Signed-off-by: H. Peter Anvin Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed