Re: [Xen-ia64-devel] [PATCH] Simplify thash_purge_and_insert()

2007-11-07 Thread Alex Williamson
On Wed, 2007-11-07 at 13:24 +0900, Kouya Shimura wrote: Hi, This patch simplifies thash_purge_and_insert() for readability. PV domain never use this function. Applied. Thanks, Alex -- Alex Williamson HP Open Source Linux Org.

[Xen-ia64-devel] [PATCH] Simplify thash_purge_and_insert()

2007-11-06 Thread Kouya Shimura
Hi, This patch simplifies thash_purge_and_insert() for readability. PV domain never use this function. Thanks, Kouya Signed-off-by: Kouya Shimura [EMAIL PROTECTED] diff -r a071725bda88 xen/arch/ia64/vmx/vtlb.c --- a/xen/arch/ia64/vmx/vtlb.c Tue Nov 06 14:20:05 2007 -0700 +++