From: Jeremy Fitzhardinge Date: Wed, 18 Jul 2007 01:37:07 +0000 (-0700) Subject: xen: Attempt to patch inline versions of common operations X-Git-Tag: v2.6.23-rc1~498^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6487673b8a858f99a5348e1078b3f5aec700f9e0;p=pandora-kernel.git xen: Attempt to patch inline versions of common operations This patchs adds the mechanism to allow us to patch inline versions of common operations. The implementations of the direct-access versions save_fl, restore_fl, irq_enable and irq_disable are now in assembler, and the same code is used for both out of line and inline uses. Signed-off-by: Jeremy Fitzhardinge Cc: Chris Wright Cc: Keir Fraser --- Reading git-diff-tree failed