commit | 6487673b8a858f99a5348e1078b3f5aec700f9e0 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@xensource.com> | Tue Jul 17 18:37:07 2007 -0700 |
committer | Jeremy Fitzhardinge <jeremy@goop.org> | Wed Jul 18 08:47:45 2007 -0700 |
tree | 2c96da8fde879561f36678691ef997f3fdb7b3f0 | |
parent | 60223a326fc8fa6e90e2c3fd28ae6de4a311d731 [diff] |
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 <jeremy@xensource.com> Cc: Chris Wright <chrisw@sous-sol.org> Cc: Keir Fraser <keir@xensource.com>