ia64/xen-unstable
changeset 15811:9fd5becfba6b
[XEN] Shadow: remove ununsed function shadow_convert_to_log_dirty().
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
author | Tim Deegan <Tim.Deegan@xensource.com> |
---|---|
date | Fri Aug 31 10:59:41 2007 +0100 (2007-08-31) |
parents | 9554ec3e27cd |
children | 86a154e1ef5d |
files | xen/arch/x86/mm/shadow/common.c xen/arch/x86/mm/shadow/private.h |
line diff
1.1 --- a/xen/arch/x86/mm/shadow/common.c Thu Aug 30 18:53:54 2007 +0100 1.2 +++ b/xen/arch/x86/mm/shadow/common.c Fri Aug 31 10:59:41 2007 +0100 1.3 @@ -2798,12 +2798,6 @@ shadow_write_p2m_entry(struct vcpu *v, u 1.4 /**************************************************************************/ 1.5 /* Log-dirty mode support */ 1.6 1.7 -/* Convert a shadow to log-dirty mode. */ 1.8 -void shadow_convert_to_log_dirty(struct vcpu *v, mfn_t smfn) 1.9 -{ 1.10 - BUG(); 1.11 -} 1.12 - 1.13 /* Shadow specific code which is called in paging_log_dirty_enable(). 1.14 * Return 0 if no problem found. 1.15 */
2.1 --- a/xen/arch/x86/mm/shadow/private.h Thu Aug 30 18:53:54 2007 +0100 2.2 +++ b/xen/arch/x86/mm/shadow/private.h Fri Aug 31 10:59:41 2007 +0100 2.3 @@ -360,9 +360,6 @@ mfn_t shadow_alloc(struct domain *d, 2.4 unsigned long backpointer); 2.5 void shadow_free(struct domain *d, mfn_t smfn); 2.6 2.7 -/* Function to convert a shadow to log-dirty */ 2.8 -void shadow_convert_to_log_dirty(struct vcpu *v, mfn_t smfn); 2.9 - 2.10 /* Dispatcher function: call the per-mode function that will unhook the 2.11 * non-Xen mappings in this top-level shadow mfn */ 2.12 void shadow_unhook_mappings(struct vcpu *v, mfn_t smfn);