From: Jeremy Fitzhardinge Date: Wed, 2 May 2007 17:27:14 +0000 (+0200) Subject: [PATCH] i386: PARAVIRT: Fix patch site clobbers to include return register X-Git-Tag: v2.6.22-rc1~1011^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42c24fa22e86365055fc931d833f26165e687c19;p=pandora-kernel.git [PATCH] i386: PARAVIRT: Fix patch site clobbers to include return register Fix a few clobbers to include the return register. The clobbers set is the set of all registers modified (or may be modified) by the code snippet, regardless of whether it was deliberate or accidental. Also, make sure that callsites which are used in contexts which don't allow clobbers actually save and restore all clobberable registers. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Andi Kleen Cc: Rusty Russell Cc: Zachary Amsden --- Reading git-diff-tree failed