aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse/mm/memory.c
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2006-11-27 13:50:02 +0000
committerIan Campbell <ian.campbell@xensource.com>2006-11-27 13:50:02 +0000
commit821b3ff18b15be67d262771a7104dbaf67d6d6ba (patch)
treead3c5b431f1d13de129fb7162c17c3437b0667ee /linux-2.6-xen-sparse/mm/memory.c
parent9276d7173d48566fa81a74d1991a4183d0bc9498 (diff)
downloadxen-821b3ff18b15be67d262771a7104dbaf67d6d6ba.tar.gz
xen-821b3ff18b15be67d262771a7104dbaf67d6d6ba.tar.bz2
xen-821b3ff18b15be67d262771a7104dbaf67d6d6ba.zip
[LINUX] Update to Linux 2.6.16.32
Updated patches/linux-2.6.16.32/net-gso-0-base.patch due to changes in net/core/dev.c and net/core/skbuff.c and update the following in the sparse tree: include/linux/skbuff.h mm/memory.c mm/mmap.c Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Diffstat (limited to 'linux-2.6-xen-sparse/mm/memory.c')
-rw-r--r--linux-2.6-xen-sparse/mm/memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-2.6-xen-sparse/mm/memory.c b/linux-2.6-xen-sparse/mm/memory.c
index 827a0a37a4..d7319d32f9 100644
--- a/linux-2.6-xen-sparse/mm/memory.c
+++ b/linux-2.6-xen-sparse/mm/memory.c
@@ -1535,6 +1535,7 @@ static inline void cow_user_page(struct page *dst, struct page *src, unsigned lo
if (__copy_from_user_inatomic(kaddr, uaddr, PAGE_SIZE))
memset(kaddr, 0, PAGE_SIZE);
kunmap_atomic(kaddr, KM_USER0);
+ flush_dcache_page(dst);
return;
}