aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/mm.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-04-19 17:57:28 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-04-19 17:57:28 +0100
commit6de4ee40f3ae314d69daacc52fef59e0cda7c429 (patch)
treeb7c873e200e875872ff70d83fca67b630059b029 /xen/include/asm-x86/mm.h
parent265f734a8cafc6afbac56f79d9cd9e1676c1ccd2 (diff)
downloadxen-6de4ee40f3ae314d69daacc52fef59e0cda7c429.tar.gz
xen-6de4ee40f3ae314d69daacc52fef59e0cda7c429.tar.bz2
xen-6de4ee40f3ae314d69daacc52fef59e0cda7c429.zip
x86: Rename __sync_lazy_execstate() to __sync_local_execstate().
This naming scheme is more rational. Also use non-x86-specific function sync_local_execstate() where possible. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/mm.h')
-rw-r--r--xen/include/asm-x86/mm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/mm.h b/xen/include/asm-x86/mm.h
index 5f8aeb5d00..1cff19bb4e 100644
--- a/xen/include/asm-x86/mm.h
+++ b/xen/include/asm-x86/mm.h
@@ -532,7 +532,7 @@ void update_cr3(struct vcpu *v);
void propagate_page_fault(unsigned long addr, u16 error_code);
void *do_page_walk(struct vcpu *v, unsigned long addr);
-int __sync_lazy_execstate(void);
+int __sync_local_execstate(void);
/* Arch-specific portion of memory_op hypercall. */
long arch_memory_op(int op, XEN_GUEST_HANDLE(void) arg);