[PATCH] ptrace on 2.5.44

From: Frank Cornelis (fcorneli@elis.rug.ac.be)
Date: Tue Oct 29 2002 - 04:26:07 EST


Hi,

According to cachetlb.txt the following should be fixed in order to get
it right on some architectures.

Frank.

--- ptrace.c.2.5.44 Wed Oct 30 10:09:42 2002
+++ ptrace.c Wed Oct 30 10:11:33 2002
@@ -181,11 +181,11 @@
                maddr = kmap(page);
                if (write) {
                        memcpy(maddr + offset, buf, bytes);
- flush_page_to_ram(page);
+ flush_dcache_page(page);
                        flush_icache_user_range(vma, page, addr, bytes);
                } else {
+ flush_dcache_page(page);
                        memcpy(buf, maddr + offset, bytes);
- flush_page_to_ram(page);
                }
                kunmap(page);
                page_cache_release(page);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Oct 31 2002 - 22:00:41 EST